Skip to content

Commit

Permalink
Add scalar problem with finite diff in Rosenbrock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Jul 11, 2019
1 parent 28cca30 commit f33f9c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/algconvergence/ode_rosenbrock_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,7 @@ sim = test_convergence(dts,prob,Rodas5(),dense_errors=true)

sol = solve(prob,Rodas5())
@test length(sol) < 20

prob = ODEProblem((u,p,t)->0.9u, 0.1, (0., 1.0))
@test_nowarn solve(prob, Rosenbrock23(autodiff=false))
end

0 comments on commit f33f9c4

Please sign in to comment.