diff --git a/test/ode/nordsieck_tests.jl b/test/ode/nordsieck_tests.jl index 3835fa12a0..8ab4f4c5a3 100644 --- a/test/ode/nordsieck_tests.jl +++ b/test/ode/nordsieck_tests.jl @@ -1,9 +1,9 @@ using OrdinaryDiffEq, DiffEqDevTools, Test, LinearAlgebra using DiffEqProblemLibrary.ODEProblemLibrary: importodeproblems; importodeproblems() -import DiffEqProblemLibrary.ODEProblemLibrary: prob_ode_bigfloatlinear, prob_ode_bigfloat2Dlinear +import DiffEqProblemLibrary.ODEProblemLibrary: prob_ode_bigfloatlinear, prob_ode_bigfloat2Dlinear, prob_ode_linear, prob_ode_2Dlinear probArr = [prob_ode_bigfloatlinear, prob_ode_bigfloat2Dlinear] -testTol = 0.2 +testTol = 0.25 dts = 1 .//(2 .^(10:-1:5)) @testset "Nordsieck Convergence Tests" begin