Skip to content

Commit

Permalink
fixed tests in ode_rosenbrock_tests.jl
Browse files Browse the repository at this point in the history
I thought the problem was related to the changes in "iipvscoop_test.jl", but the problem just that 60 < 60 is False. I fixed that now and it should work now. (all test passed locally at least)
  • Loading branch information
cwittens authored Apr 19, 2024
1 parent 2cbaf2e commit ab4872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algconvergence/ode_rosenbrock_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import LinearSolve
@test sim.𝒪est[:final]2 atol=testTol

sol = solve(prob, ROS2())
@test length(sol) < 60
@test length(sol) < 61

prob = prob_ode_2Dlinear

Expand Down

0 comments on commit ab4872f

Please sign in to comment.