Skip to content

Commit

Permalink
More robust convergence test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 6, 2023
1 parent 8e3346c commit 440c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algconvergence/linear_nonlinear_convergence_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ end
@test sim.𝒪est[:l2]alg_order(Alg) atol=0.15
end

dts = 1 ./ 2 .^ (14:-1:10)
dts = 1 ./ 2 .^ (13:-1:9)
Alg = KenCarp3(linsolve = LinearSolve.KrylovJL_GMRES())
sim = test_convergence(dts, prob, Alg, reltol = 1e-16)
@test sim.𝒪est[:l2]alg_order(Alg) atol=0.5
Expand Down

0 comments on commit 440c740

Please sign in to comment.