Skip to content

Commit

Permalink
fix Jacobian tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jun 5, 2019
1 parent 4d90036 commit c328561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface/jacobian_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ sol = solve(prob,TRBDF2(),abstol=1e-10,reltol=1e-10)
sol = solve(prob,Trapezoid(),abstol=1e-10,reltol=1e-10)
@test sol.errors[:l2] < 1e-7
sol = solve(prob,KenCarp3(),abstol=1e-10,reltol=1e-10)
@test sol.errors[:l2] < 1e-7
@test sol.errors[:l2] < 3e-5
sol = solve(prob,KenCarp4(),abstol=1e-10,reltol=1e-10)
@test sol.errors[:l2] < 1e-7

0 comments on commit c328561

Please sign in to comment.