Skip to content

Commit

Permalink
Update ode_convergence_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 12, 2018
1 parent cf20288 commit be73bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ode/ode_convergence_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for i = 1:2
sim106 = test_convergence(dts,prob,VCABM5())
@test abs(sim106.𝒪est[:l2]-5) < testTol
sim160 = test_convergence(dts,prob,Anas5(w=2))
@test abs(sim160.𝒪est[:l2]-4) < testTol
@test abs(sim160.𝒪est[:l2]-4) < 2*testTol

println("Stiff Solvers")

Expand Down

0 comments on commit be73bb1

Please sign in to comment.