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 27, 2024
1 parent b64160a commit 775d6ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/OrdinaryDiffEqFIRK/test/ode_firk_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ for i in [3, 5, 7, 9], prob in [prob_ode_linear_big, prob_ode_2Dlinear_big]
@test sim21.𝒪est[:final] (2 * i - 1) atol=testTol
end

solve(prob_ode_2Dlinear, AdaptiveRadau())

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

0 comments on commit 775d6ba

Please sign in to comment.