Skip to content

Commit

Permalink
Update sinkhorn_knopp_unbalanced.py (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 authored Jan 4, 2024
1 parent 01a088a commit 2b5133d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/src/models/components/sinkhorn_knopp_unbalanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def sinkhorn_knopp_unbalanced(
>>> b=[.5, .5]
>>> M=[[0., 1.],[1., 0.]]
>>> ot.unbalanced.sinkhorn_knopp_unbalanced(a, b, M, 1., 1.)
array([[0.51122823, 0.18807035],
[0.18807035, 0.51122823]])
array([[0.51122814, 0.18807032],
[0.18807032, 0.51122814]])
References
----------
Expand Down

0 comments on commit 2b5133d

Please sign in to comment.