summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
authorAntoine Rolet <antoine.rolet@gmail.com>2017-09-12 20:00:14 +0900
committerAntoine Rolet <antoine.rolet@gmail.com>2017-09-12 20:00:14 +0900
commite52b6eb41228a7f8e381cf73c06e0dffba5773be (patch)
tree24304d83267d51b962e18722553973bbc75509f2 /ot/da.py
parentdd6f8260d01ce173ef3fe0c900112f0ed5288950 (diff)
Renaming
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 eb70305..1d3d0ba 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_, num_iter_max=self.max_iter
+ a=self.mu_s, b=self.mu_t, M=self.cost_, numItermax=self.max_iter
)
return self