Skip to content

Commit ace7796

Browse files
committed
final makefile bench
1 parent 581784c commit ace7796

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
@@ -362,7 +362,6 @@ def sinkhorn_knopp(a, b, M, reg, numItermax=1000,
362362
KtransposeU = np.dot(K.T, u)
363363
v = np.divide(b, KtransposeU)
364364
u = 1. / np.dot(Kp, v)
365-
366365

367366
if (np.any(KtransposeU == 0) or
368367
np.any(np.isnan(u)) or np.any(np.isnan(v)) or

0 commit comments

Comments
 (0)