summaryrefslogtreecommitdiff
path: root/test/test_ot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-12-18 10:17:31 +0100
committerRémi Flamary <remi.flamary@gmail.com>2019-12-18 10:17:31 +0100
commitd97f81dd731c4b1132939500076fd48c89f19d1f (patch)
tree7e4a4ca4d2a3794dd3892d761635e3214a819cfc /test/test_ot.py
parent3cb03158c42dde141d6f33973ea6e3394b9dc3d4 (diff)
update test
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 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)