Skip to content

Commit 8406caa

Browse files
committed
remove dense from ducumentation
1 parent 217ffbb commit 8406caa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ot/lp/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,6 @@ def emd2(a, b, M, processes=multiprocessing.cpu_count(),
327327
variables. Otherwise returns only the optimal transportation cost.
328328
return_matrix: boolean, optional (default=False)
329329
If True, returns the optimal transportation matrix in the log.
330-
dense: boolean, optional (default=True)
331-
If True, returns math:`\gamma` as a dense ndarray of shape (ns, nt).
332-
Otherwise returns a sparse representation using scipy's `coo_matrix`
333-
format.
334330
center_dual: boolean, optional (default=True)
335331
If True, centers the dual potential using function
336332
:ref:`center_ot_dual`.

0 commit comments

Comments
 (0)