summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
authorTardy Benjamin <tardybenjamin4@gmail.com>2018-04-18 13:31:49 +0200
committerTardy Benjamin <tardybenjamin4@gmail.com>2018-04-18 13:31:49 +0200
commitb6687b5a2963f217d11f75e93c408b390a5dc53d (patch)
treeef8049e143dcbc32b1a8636d28d4e5710948e315 /ot/da.py
parent94b929b37623e45a61b998f031ad7349943a53d8 (diff)
BUG: typo error lo->log
Diffstat (limited to 'ot/da.py')
-rw-r--r--ot/da.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/da.py b/ot/da.py
index 33480f9..b3dd61b 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -1438,7 +1438,7 @@ class SinkhornLpl1Transport(BaseTransport):
"""
def __init__(self, reg_e=1., reg_cl=0.1,
- max_iter=10, max_inner_iter=200, lo=False,
+ max_iter=10, max_inner_iter=200, log=False,
tol=10e-9, verbose=False,
metric="sqeuclidean", norm=None,
distribution_estimation=distribution_estimation_uniform,