Skip to content

Commit d99bd5a

Browse files
Update analyticless_convergence_tests.jl
1 parent a991ec3 commit d99bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analyticless_convergence_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sim2 = analyticless_test_convergence(dts, prob,
102102
@test abs(sim2.𝒪est[:final] - 1.0) < 0.3
103103
sim2 = analyticless_test_convergence(dts, prob, ISSEM(), test_dt, trajectories = 1000,
104104
use_noise_grid = false)
105-
@test abs(sim2.𝒪est[:final] - 0.5) < 0.3
105+
@test abs(sim2.𝒪est[:final] - 0.5) < 0.35
106106
sim2 = analyticless_test_convergence(dts, prob, ISSEM(symplectic = true, theta = 1 / 2),
107107
test_dt, trajectories = 500, use_noise_grid = false)
108108
@test abs(sim2.𝒪est[:final] - 0.5) < 0.3

0 commit comments

Comments
 (0)