We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64160a commit 775d6baCopy full SHA for 775d6ba
lib/OrdinaryDiffEqFIRK/test/ode_firk_tests.jl
@@ -23,8 +23,6 @@ for i in [3, 5, 7, 9], prob in [prob_ode_linear_big, prob_ode_2Dlinear_big]
23
@test sim21.𝒪est[:final]≈ (2 * i - 1) atol=testTol
24
end
25
26
-solve(prob_ode_2Dlinear, AdaptiveRadau())
27
-
28
# test adaptivity
29
for iip in (true, false)
30
if iip
0 commit comments