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.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)