Skip to content

Commit ba515c2

Browse files
committed
update default value
1 parent c85bf21 commit ba515c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/low_rank/_factor_relaxation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def solve_balanced_FRLC(
9292
r,
9393
tau,
9494
gamma,
95-
stopThr=1e-5,
95+
stopThr=1e-7,
9696
numItermax=1000,
9797
log=False,
9898
):

0 commit comments

Comments
 (0)