Skip to content

Commit

Permalink
Fix Nordsieck test
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Jul 23, 2018
1 parent 4bf1435 commit 33650e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ode/nordsieck_tests.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 33650e7

Please sign in to comment.