summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
authorngayraud <nat.gayraud@gmail.com>2019-08-12 16:37:58 -0400
committerngayraud <nat.gayraud@gmail.com>2019-08-12 16:37:58 -0400
commit9d4b786a036ac95989825beec819521089fb4feb (patch)
tree3d9fcc4fd26e5d8dbe100d79eddf0776801df33a /ot/da.py
parent092866815cf906012f9194b87af1e7ae0270f7e7 (diff)
fixes for travis, added test, minor nits
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 c1d9849..2af855d 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -1852,7 +1852,7 @@ class UnbalancedSinkhornTransport(BaseTransport):
"""
def __init__(self, reg_e=1., reg_m=0.1, method='sinkhorn',
- max_iter=10, tol=10e-9, verbose=False, log=False,
+ max_iter=10, tol=1e-9, verbose=False, log=False,
metric="sqeuclidean", norm=None,
distribution_estimation=distribution_estimation_uniform,
out_of_sample_map='ferradans', limit_max=10):