Skip to content

Commit ef658cc

Browse files
committed
bump samples
1 parent 650e2ae commit ef658cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/levy_areas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Kloeden, P. E., Platen, E., & Schurz, H. Numerical solution of SDE through compu
8585
experiments. Springer Science & Business Media. (2012)
8686
"""
8787

88-
function test_compare_sample_mean_and_var(alg, Δ, m, samples=Int(5e5), p=Int(1e2))
88+
function test_compare_sample_mean_and_var(alg, Δ, m, samples=Int(1e6), p=Int(1e2))
8989
W = WienerProcess(0.0,zeros(m),nothing)
9090
calculate_step!(W,dt,nothing,nothing)
9191
for i in 1:10

0 commit comments

Comments
 (0)