summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
Diffstat (limited to 'ot')
-rw-r--r--ot/__init__.py2
-rw-r--r--ot/da.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index cf55711..5cf878c 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -17,7 +17,7 @@ from .da import sinkhorn_lpl1_mm
# utils functions
from .utils import dist, unif
-__version__ = "0.1.6"
+__version__ = "0.1.7"
__all__ = ["emd", "sinkhorn", "utils", 'datasets', 'bregman', 'lp', 'plot',
'dist', 'unif', 'barycenter', 'sinkhorn_lpl1_mm', 'da', 'optim']
diff --git a/ot/da.py b/ot/da.py
index 56963d8..c9b8c7c 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -164,7 +164,7 @@ class OTDA():
where k is the index of the sample in xs
For the moment only squared euclidean distance is provided but more
- metric c can be used in teh future.
+ metric could be used in the future.
"""
if direction>0: # >0 then source to target