Skip to content

Commit 127adba

Browse files
committed
remove useless variable
1 parent a6a654d commit 127adba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_ot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def test_emd_sparse():
125125

126126
x = rng.randn(n, 2)
127127
x2 = rng.randn(n, 2)
128-
u = ot.utils.unif(n)
129128

130129
M = ot.dist(x, x2)
131130

0 commit comments

Comments
 (0)