Skip to content

Commit 0385ef8

Browse files
authored
fix test
1 parent 090f2a3 commit 0385ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqFIRK/test/ode_firk_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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]8.5 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())
1515
@test sim21.𝒪est[:final]8 atol=testTol

0 commit comments

Comments
 (0)