Skip to content

Commit 2b5133d

Browse files
authored
Update sinkhorn_knopp_unbalanced.py (atong01#93)
1 parent 01a088a commit 2b5133d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/src/models/components/sinkhorn_knopp_unbalanced.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def sinkhorn_knopp_unbalanced(
8989
>>> b=[.5, .5]
9090
>>> M=[[0., 1.],[1., 0.]]
9191
>>> ot.unbalanced.sinkhorn_knopp_unbalanced(a, b, M, 1., 1.)
92-
array([[0.51122823, 0.18807035],
93-
[0.18807035, 0.51122823]])
92+
array([[0.51122814, 0.18807032],
93+
[0.18807032, 0.51122814]])
9494
9595
References
9696
----------

0 commit comments

Comments
 (0)