Skip to content

Commit 75fe96c

Browse files
committed
remove i+1
1 parent 1d49410 commit 75fe96c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ot/bregman.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ def greenkhorn(a, b, M, reg, numItermax=10000, stopThr=1e-9, verbose=False, log=
521521
log['v'] = v
522522

523523
for i in range(numItermax):
524-
i += 1
525524
i_1 = np.argmax(np.abs(viol))
526525
i_2 = np.argmax(np.abs(viol_2))
527526
m_viol_1 = np.abs(viol[i_1])

0 commit comments

Comments
 (0)