Skip to content

Commit 38f9341

Browse files
Update sde_dynamical.jl
1 parent db2be3a commit 38f9341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sde/sde_dynamical.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ end
4242
dts = (1/2) .^ (8:-1:4)
4343

4444
# Can't use NoiseGrid as noise is not generated with the correct size in convergence.jl. We require noise with shape of v.
45-
sim1 = analyticless_test_convergence(dts,prob1,BAOAB(gamma=γ),(1/2)^10;trajectories=Int(1e2),use_noise_grid=false)
45+
sim1 = analyticless_test_convergence(dts,prob1,BAOAB(gamma=γ),(1/2)^10;trajectories=Int(1e3),use_noise_grid=false)
4646
@test abs(sim1.𝒪est[:weak_final]-1) < 0.3
4747
end
4848

@@ -82,6 +82,6 @@ end
8282
dts = (1/2) .^ (8:-1:4)
8383

8484
# Can't use NoiseGrid as noise is not generated with the correct size in convergence.jl. We require noise with shape of v.
85-
sim1 = analyticless_test_convergence(dts,prob1,BAOAB(gamma=γ,scale_noise=false),(1/2)^10;trajectories=Int(1e2),use_noise_grid=false)
85+
sim1 = analyticless_test_convergence(dts,prob1,BAOAB(gamma=γ,scale_noise=false),(1/2)^10;trajectories=Int(1e3),use_noise_grid=false)
8686
@test abs(sim1.𝒪est[:weak_final]-1) < 0.3
8787
end

0 commit comments

Comments
 (0)