summaryrefslogtreecommitdiff
path: root/test/test_ot.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ot.py')
-rw-r--r--test/test_ot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ot.py b/test/test_ot.py
index 4d59e12..7b44fd1 100644
--- a/test/test_ot.py
+++ b/test/test_ot.py
@@ -131,7 +131,7 @@ def test_emd_sparse():
G = ot.emd([], [], M)
- Gs = ot.emd([], [], M, sparse=True)
+ Gs = ot.emd([], [], M, dense=False)
# check G is the same
np.testing.assert_allclose(G, Gs.todense())