Skip to content

Commit 775d6ba

Browse files
Update ode_firk_tests.jl
1 parent b64160a commit 775d6ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/OrdinaryDiffEqFIRK/test/ode_firk_tests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ for i in [3, 5, 7, 9], prob in [prob_ode_linear_big, prob_ode_2Dlinear_big]
2323
@test sim21.𝒪est[:final] (2 * i - 1) atol=testTol
2424
end
2525

26-
solve(prob_ode_2Dlinear, AdaptiveRadau())
27-
2826
# test adaptivity
2927
for iip in (true, false)
3028
if iip

0 commit comments

Comments
 (0)