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 b4487e9 commit c755f9dCopy full SHA for c755f9d
lib/OrdinaryDiffEqFIRK/test/ode_firk_tests.jl
@@ -1,7 +1,7 @@
1
using OrdinaryDiffEqFIRK, DiffEqDevTools, Test, LinearAlgebra
2
import ODEProblemLibrary: prob_ode_linear, prob_ode_2Dlinear, van
3
4
-testTol = 0.3
+testTol = 0.35
5
6
for prob in [prob_ode_linear, prob_ode_2Dlinear]
7
sim21 = test_convergence(1 .// 2 .^ (6:-1:3), prob, RadauIIA5())
0 commit comments