Skip to content

Commit c0b5936

Browse files
Update ode_firk_tests.jl
1 parent fed9fc5 commit c0b5936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OrdinaryDiffEqFIRK/test/ode_firk_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ for prob in [prob_ode_linear, prob_ode_2Dlinear]
99
end
1010

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

1414
sim21 = test_convergence(1 ./ 2 .^ (2.5:-1:0.5), prob_ode_2Dlinear, RadauIIA9())
15-
@test sim21.𝒪est[:final]9 atol=testTol
15+
@test sim21.𝒪est[:final]8 atol=testTol
1616

1717
prob_ode_linear_big = remake(prob_ode_linear, u0 = big.(prob_ode_linear.u0), tspan = big.(prob_ode_linear.tspan))
1818
prob_ode_2Dlinear_big = remake(prob_ode_2Dlinear, u0 = big.(prob_ode_2Dlinear.u0), tspan = big.(prob_ode_2Dlinear.tspan))

0 commit comments

Comments
 (0)