Skip to content

Commit

Permalink
Update analyticless_convergence_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 25, 2022
1 parent a991ec3 commit d99bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/analyticless_convergence_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sim2 = analyticless_test_convergence(dts, prob,
@test abs(sim2.𝒪est[:final] - 1.0) < 0.3
sim2 = analyticless_test_convergence(dts, prob, ISSEM(), test_dt, trajectories = 1000,
use_noise_grid = false)
@test abs(sim2.𝒪est[:final] - 0.5) < 0.3
@test abs(sim2.𝒪est[:final] - 0.5) < 0.35
sim2 = analyticless_test_convergence(dts, prob, ISSEM(symplectic = true, theta = 1 / 2),
test_dt, trajectories = 500, use_noise_grid = false)
@test abs(sim2.𝒪est[:final] - 0.5) < 0.3
Expand Down

0 comments on commit d99bd5a

Please sign in to comment.