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 385d4a5 commit 64dba52Copy full SHA for 64dba52
test/test_gpu.py
@@ -22,7 +22,7 @@ def test_gpu_old_doctests():
22
M = [[0., 1.], [1., 0.]]
23
G = ot.sinkhorn(a, b, M, 1)
24
np.testing.assert_allclose(G, np.array([[0.36552929, 0.13447071],
25
- [0.13447071, 0.36552929]]))
+ [0.13447071, 0.36552929]]))
26
27
28
@pytest.mark.skipif(nogpu, reason="No GPU available")
0 commit comments