Skip to content

Commit 1444648

Browse files
committed
up test bures_wasserstein_distance
1 parent 0a9d499 commit 1444648

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_gaussian.py

-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ def test_bures_wasserstein_distance_batch(nx):
163163

164164
with pytest.raises(AssertionError):
165165
Wb3 = ot.gaussian.bures_wasserstein_distance(m[0, 0], m[:, 0], C[0], C)
166-
np.testing.assert_allclose(0, nx.to_numpy(Wb3[0]), atol=1e-5)
167-
np.testing.assert_allclose(0, nx.to_numpy(Wb3[1]), atol=1e-5)
168166

169167

170168
@pytest.mark.parametrize("bias", [True, False])

0 commit comments

Comments
 (0)