Skip to content

Commit b6687b5

Browse files
committed
BUG: typo error lo->log
1 parent 94b929b commit b6687b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/da.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ class SinkhornLpl1Transport(BaseTransport):
14381438
"""
14391439

14401440
def __init__(self, reg_e=1., reg_cl=0.1,
1441-
max_iter=10, max_inner_iter=200, lo=False,
1441+
max_iter=10, max_inner_iter=200, log=False,
14421442
tol=10e-9, verbose=False,
14431443
metric="sqeuclidean", norm=None,
14441444
distribution_estimation=distribution_estimation_uniform,

0 commit comments

Comments
 (0)