Skip to content

Commit 5d63da7

Browse files
Update src/R2N.jl
Co-authored-by: Dominique <[email protected]>
1 parent 740a693 commit 5d63da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function R2N(
184184
end
185185
s1 = copy(s)
186186

187-
subsolver_options.ϵa = k == 1 ? 1.0e-3 : min(sqrt_ξ1_νInv ^ (1.5) , sqrt_ξ1_νInv * 1e-3) # 1.0e-5 default
187+
subsolver_options.ϵa = k == 1 ? 1.0e-3 : min(sqrt_ξ1_νInv ^ (1.5) , sqrt_ξ1_νInv * 1e-3)
188188
verbose > 0 && @debug "setting inner stopping tolerance to" subsolver_options.optTol
189189
subsolver_args = subsolver == R2DH ? (SpectralGradient(νInv, f.meta.nvar),) : ()
190190
s, iter, _ = with_logger(subsolver_logger) do

0 commit comments

Comments
 (0)