Skip to content

Commit fc6afbd

Browse files
committed
correct documentation in pyx file
1 parent d97f81d commit fc6afbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ot/lp/emd_wrap.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def emd_c(np.ndarray[double, ndim=1, mode="c"] a, np.ndarray[double, ndim=1, mod
7979
max_iter : int
8080
The maximum number of iterations before stopping the optimization
8181
algorithm if it has not converged.
82-
sparse : bool
83-
Returning a sparse transport matrix if set to True
82+
dense : bool
83+
Return a sparse transport matrix if set to False
8484
8585
Returns
8686
-------

0 commit comments

Comments
 (0)