Skip to content

Commit f3433fd

Browse files
committed
working tests
1 parent ff824a2 commit f3433fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/test_bregman.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ def test_sinkhorn_variants():
7777
np.testing.assert_allclose(G0, Gs, atol=1e-05)
7878
np.testing.assert_allclose(G0, Ges, atol=1e-05)
7979
np.testing.assert_allclose(G0, Gerr)
80-
np.testing.assert_allclose(G0, G_green, atol = 1e-32)
81-
print(G0,G_green)
80+
np.testing.assert_allclose(G0, G_green, atol=1e-5)
81+
print(G0, G_green)
82+
8283

8384
def test_bary():
8485

0 commit comments

Comments
 (0)