summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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