Skip to content

Commit 7c61692

Browse files
committed
Updated variable name in docstring
1 parent 06429e5 commit 7c61692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/lp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def emd2(a, b, M, processes=multiprocessing.cpu_count(), num_iter_max=100000, lo
131131
Target histogram (uniform weigth if empty list)
132132
M : (ns,nt) ndarray, float64
133133
loss matrix
134-
max_iter : int, optional (default=100000)
134+
num_iter_max : int, optional (default=100000)
135135
The maximum number of iterations before stopping the optimization
136136
algorithm if it has not converged.
137137

0 commit comments

Comments
 (0)