Skip to content

Commit 8cc4ed8

Browse files
Update test/algconvergence/ode_firk_tests.jl
1 parent bd8222a commit 8cc4ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algconvergence/ode_firk_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010

1111
for prob in [prob_ode_linear, prob_ode_2Dlinear]
1212
sim21 = test_convergence(1 ./ 2 .^ (2.777:-1:0.777), prob, RadauIIA7())
13-
@test sim21.𝒪est[:final]7 atol=testTol
13+
@test sim21.𝒪est[:final]8 atol=testTol
1414
end
1515

1616
# test adaptivity

0 commit comments

Comments
 (0)