Skip to content

Commit 312081a

Browse files
committed
check different seed
1 parent 8522f43 commit 312081a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/levy_areas.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using StochasticDiffEq, DiffEqNoiseProcess, Test, Random, LinearAlgebra
22
using LevyArea, Statistics
33

4-
seed = 10
4+
seed = 113213898
55
Random.seed!(seed)
66

77
m = 10
@@ -84,7 +84,7 @@ Problem 2.3.3 from
8484
Kloeden, P. E., Platen, E., & Schurz, H. Numerical solution of SDE through computer
8585
experiments. Springer Science & Business Media. (2012)
8686
"""
87-
function test_path_convergence(Wik, dt = 1.0, ps = [Int(5e1),Int(1e3),Int(1e5)])
87+
function test_path_convergence(Wik, dt = 1.0, ps = [Int(1e1),Int(1e3),Int(1e6)])
8888
m = 2
8989
W = WienerProcess(0.0,zeros(m),nothing)
9090
calculate_step!(W,dt,nothing,nothing)

0 commit comments

Comments
 (0)