From 8406caafaef8b3683d6a1d44917c404ba780f82c Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 5 May 2020 07:53:45 +0200 Subject: remove dense from ducumentation --- ot/lp/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ot/lp/__init__.py') diff --git a/ot/lp/__init__.py b/ot/lp/__init__.py index 50003ed..514a607 100644 --- a/ot/lp/__init__.py +++ b/ot/lp/__init__.py @@ -327,10 +327,6 @@ def emd2(a, b, M, processes=multiprocessing.cpu_count(), variables. Otherwise returns only the optimal transportation cost. return_matrix: boolean, optional (default=False) If True, returns the optimal transportation matrix in the log. - dense: boolean, optional (default=True) - If True, returns math:`\gamma` as a dense ndarray of shape (ns, nt). - Otherwise returns a sparse representation using scipy's `coo_matrix` - format. center_dual: boolean, optional (default=True) If True, centers the dual potential using function :ref:`center_ot_dual`. -- cgit v1.2.3