Skip to content

Commit

Permalink
Update linear_method_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 14, 2023
1 parent dd2d125 commit 224c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algconvergence/linear_method_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sol2 = solve(prob, CG4a(), dt = 1 / 4)
dts = (0.38) .^ (6:-1:1)
test_setup = Dict(:alg => Vern9(), :reltol => 1e-14, :abstol => 1e-14)
sim = analyticless_test_convergence(dts, prob, CG4a(), test_setup)
@test sim.𝒪est[:l2]4 atol=0.25
@test sim.𝒪est[:l2]4 atol=0.28

function update_func!(A, u, p, t)
A[1, 1] = 0
Expand Down

0 comments on commit 224c1be

Please sign in to comment.