summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fbacd8b..3dd544c 100644
--- a/test/test_ot.py
+++ b/test/test_ot.py
@@ -128,7 +128,7 @@ def test_emd_sparse():
M = ot.dist(x, x2)
- G = ot.emd([], [], M)
+ G = ot.emd([], [], M, dense=True)
Gs = ot.emd([], [], M, dense=False)