Skip to content

Commit c755f9d

Browse files
Update ode_firk_tests.jl
1 parent b4487e9 commit c755f9d

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
@@ -1,7 +1,7 @@
11
using OrdinaryDiffEqFIRK, DiffEqDevTools, Test, LinearAlgebra
22
import ODEProblemLibrary: prob_ode_linear, prob_ode_2Dlinear, van
33

4-
testTol = 0.3
4+
testTol = 0.35
55

66
for prob in [prob_ode_linear, prob_ode_2Dlinear]
77
sim21 = test_convergence(1 .// 2 .^ (6:-1:3), prob, RadauIIA5())

0 commit comments

Comments
 (0)