Skip to content

Commit

Permalink
correct weak order
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien committed Sep 11, 2023
1 parent 5510918 commit 2fe4848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sde/sde_dynamical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ g(u,p,t) = 1 .+zero(u)

sim1 = analyticless_test_convergence(dts,prob1,ABOBA(gamma=γ),(1/2)^10;trajectories=Int(5e2),use_noise_grid=false)
display(sim1.𝒪est)
@test abs(sim1.𝒪est[:weak_final]-2) < 0.3
@test abs(sim1.𝒪est[:weak_final]-1) < 0.3


sim1 = analyticless_test_convergence(dts,prob1,OBABO(gamma=γ),(1/2)^10;trajectories=Int(5e2),use_noise_grid=false)
Expand Down

0 comments on commit 2fe4848

Please sign in to comment.