Skip to content

Commit 9dd8a96

Browse files
committed
increase smallest number for path convergence check
1 parent 312081a commit 9dd8a96

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
@@ -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(1e1),Int(1e3),Int(1e6)])
87+
function test_path_convergence(Wik, dt = 1.0, ps = [Int(2e1),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)