Skip to content

Commit 8b079cb

Browse files
committed
v0.1.11
1 parent 611d22f commit 8b079cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/bregman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def get_reg(n): # exponential decreasing
460460

461461
regi=get_reg(cpt)
462462

463-
G,logi=sinkhorn_stabilized(a,b, M, regi, numItermax = numInnerItermax,tau=1e3, stopThr=1e-9,warmstart=(alpha,beta), verbose=False,print_period=20,tau=tau, log=True)
463+
G,logi=sinkhorn_stabilized(a,b, M, regi, numItermax = numInnerItermax, stopThr=1e-9,warmstart=(alpha,beta), verbose=False,print_period=20,tau=tau, log=True)
464464

465465
alpha=logi['alpha']
466466
beta=logi['beta']

0 commit comments

Comments
 (0)