summaryrefslogtreecommitdiff
path: root/test/test_ot.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-12-02 11:41:13 +0100
committerRémi Flamary <remi.flamary@gmail.com>2019-12-02 11:41:13 +0100
commit127adbaf4eef7a6dffbdcd4f930fc6301587f861 (patch)
treef56ccbdbec354e22c8dbd60239f80b14d2cc0341 /test/test_ot.py
parenta6a654de5e78dd388a793fbd26f60045b05d519c (diff)
remove useless variable
Diffstat (limited to 'test/test_ot.py')
-rw-r--r--test/test_ot.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_ot.py b/test/test_ot.py
index 7b44fd1..8602022 100644
--- a/test/test_ot.py
+++ b/test/test_ot.py
@@ -125,7 +125,6 @@ def test_emd_sparse():
x = rng.randn(n, 2)
x2 = rng.randn(n, 2)
- u = ot.utils.unif(n)
M = ot.dist(x, x2)