summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
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 1d3d0ba..eb70305 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -1370,7 +1370,7 @@ class EMDTransport(BaseTransport):
# coupling estimation
self.coupling_ = emd(
- a=self.mu_s, b=self.mu_t, M=self.cost_, numItermax=self.max_iter
+ a=self.mu_s, b=self.mu_t, M=self.cost_, num_iter_max=self.max_iter
)
return self