Skip to content

Commit 17fa4f9

Browse files
Kilian FatrasKilian Fatras
authored andcommitted
fix test sinkhorn div
1 parent 782d9b1 commit 17fa4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_bregman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,4 @@ def test_empirical_sinkhorn_divergence():
253253
np.testing.assert_allclose(
254254
emp_sinkhorn_div, sinkhorn_div, atol=1e-05) # cf conv emp sinkhorn
255255
np.testing.assert_allclose(
256-
emp_sinkhorn_div_log, sinkhorn_div_log, atol=1e-05) # cf conv emp sinkhorn
256+
emp_sinkhorn_div_log, sink_div_log, atol=1e-05) # cf conv emp sinkhorn

0 commit comments

Comments
 (0)