Skip to content

Commit b79d4e3

Browse files
typos in doc
1 parent 5c28c18 commit b79d4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ot/bregman/_geomloss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def empirical_sinkhorn2_geomloss(X_s, X_t, reg, a=None, b=None, metric='sqeuclid
8787
8888
The algorithm used for solving the problem is the Sinkhorn-Knopp matrix
8989
scaling algorithm as proposed in and computed in log space for
90-
better stability and epsilon-scaling. The solution is computed ina lzy way
90+
better stability and epsilon-scaling. The solution is computed in a lazy way
9191
using the Geomloss [60] and the KeOps library [61].
9292
9393
Parameters

ot/solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ def solve_sample(X_a, X_b, a=None, b=None, metric='sqeuclidean', reg=None, reg_t
12721272
if not lazy0: # store plan if not lazy
12731273
plan = lazy_plan[:]
12741274

1275-
elif method.startswith('geomloss'): # Geomloss solver for entropi OT
1275+
elif method.startswith('geomloss'): # Geomloss solver for entropic OT
12761276

12771277
split_method = method.split('_')
12781278
if len(split_method) == 2:

0 commit comments

Comments
 (0)