Skip to content

Commit 1b24b1f

Browse files
committed
remove variable i initialization
1 parent 8f908bd commit 1b24b1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ot/bregman.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,6 @@ def greenkhorn(a, b, M, reg, numItermax=10000, stopThr=1e-9, verbose=False, log=
499499
500500
"""
501501

502-
i = 0
503-
504502
n = a.shape[0]
505503
m = b.shape[0]
506504

0 commit comments

Comments
 (0)