Skip to content

Commit

Permalink
Update ode_firk_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas-Ekanathan authored Jul 25, 2024
1 parent 459ccf3 commit 798fef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/algconvergence/ode_firk_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ for prob in [prob_ode_linear, prob_ode_2Dlinear]
end

sim21 = test_convergence(1 ./ 2 .^ (2.75:-0.5:0.25), prob_ode_linear, RadauIIA9())
@test sim21.𝒪est[:final]9 atol=testTol
@test sim21.𝒪est[:final]8 atol=testTol

sim21 = test_convergence(1 ./ 2 .^ (2.75:-0.5:0.25), prob_ode_2Dlinear, RadauIIA0())
@test sim21.𝒪est[:final]9 atol=testTol
@test sim21.𝒪est[:final]8 atol=testTol

# test adaptivity
for iip in (true, false)
Expand Down

0 comments on commit 798fef8

Please sign in to comment.