summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
authoraje <leo_g_autheron@hotmail.fr>2017-08-30 10:22:48 +0200
committeraje <leo_g_autheron@hotmail.fr>2017-08-30 10:22:48 +0200
commit5bbea9c608e66b499f9858af408cc65c07cf4ac2 (patch)
treea7a74fed8c463335733cbd0c14d2fed5466f507c /ot/da.py
parentfeef989b155c0b77a1a014e58db7db390b1ee6d4 (diff)
Fix name error
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 5871aba..b4a69b1 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -1387,7 +1387,7 @@ class EMDTransport(BaseTransport):
# coupling estimation
self.coupling_ = emd(
- a=self.mu_s, b=self.mu_t, M=self.cost_, max_iter=self.max_iter
+ a=self.mu_s, b=self.mu_t, M=self.cost_, numItermax=self.max_iter
)
return self