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 bd8222a commit 8cc4ed8Copy full SHA for 8cc4ed8
test/algconvergence/ode_firk_tests.jl
@@ -10,7 +10,7 @@ end
10
11
for prob in [prob_ode_linear, prob_ode_2Dlinear]
12
sim21 = test_convergence(1 ./ 2 .^ (2.777:-1:0.777), prob, RadauIIA7())
13
- @test sim21.𝒪est[:final]≈7 atol=testTol
+ @test sim21.𝒪est[:final]≈8 atol=testTol
14
end
15
16
# test adaptivity
0 commit comments