We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff824a2 commit f3433fdCopy full SHA for f3433fd
test/test_bregman.py
@@ -77,8 +77,9 @@ def test_sinkhorn_variants():
77
np.testing.assert_allclose(G0, Gs, atol=1e-05)
78
np.testing.assert_allclose(G0, Ges, atol=1e-05)
79
np.testing.assert_allclose(G0, Gerr)
80
- np.testing.assert_allclose(G0, G_green, atol = 1e-32)
81
- print(G0,G_green)
+ np.testing.assert_allclose(G0, G_green, atol=1e-5)
+ print(G0, G_green)
82
+
83
84
def test_bary():
85
0 commit comments