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 committed Sep 1, 2024
1 parent 55259d5 commit ff10299
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/OrdinaryDiffEqFIRK/test/ode_firk_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ for prob in [prob_ode_linear, prob_ode_2Dlinear]
@test sim21.𝒪est[:final]5 atol=testTol
end

sol = solve(prob_ode_2Dlinear, AdaptiveRadau(num_stages = 5), adaptive = false, dt = 1e-1)
sol = solve(prob_ode_2Dlinear, RadauIIA9(), adaptive = false, dt = 1e-1)
sol = solve(prob_ode_2Dlinear, RadauIIA5(), adaptive = false, dt = 1e-1)

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

Expand Down

0 comments on commit ff10299

Please sign in to comment.