We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cecc18 commit 99c0a24Copy full SHA for 99c0a24
ot/lp/__init__.py
@@ -88,7 +88,7 @@ def emd(a, b, M, numItermax=10000):
88
89
return emd_c(a, b, M, numItermax)
90
91
-def emd2(a, b, M, numItermax=10000, processes=multiprocessing.cpu_count()):
+def emd2(a, b, M, processes=multiprocessing.cpu_count(), numItermax=10000):
92
"""Solves the Earth Movers distance problem and returns the loss
93
94
.. math::
0 commit comments