Skip to content

Commit 3f87316

Browse files
committed
Remove unused variable
1 parent 9f06a34 commit 3f87316

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_gromov.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,6 @@ def test_gw_semirelaxed_helper_validation(loss_fun):
20562056
xs = ot.datasets.make_2D_samples_gauss(n_samples, mu, cov, random_state=0)
20572057
xt = ot.datasets.make_2D_samples_gauss(n_samples, mu, cov, random_state=1)
20582058
p = ot.unif(n_samples)
2059-
q = ot.unif(n_samples)
20602059
C1 = ot.dist(xs, xs)
20612060
C2 = ot.dist(xt, xt)
20622061
ot.gromov.init_matrix_semirelaxed(C1, C2, p, loss_fun=loss_fun)

0 commit comments

Comments
 (0)