Skip to content

Commit 7ba902f

Browse files
up the number of sims
1 parent 421a616 commit 7ba902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jumpsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ u₀map = [S => 999, I => 1, R => 0]
6060
parammap ==> .1/1000, γ => .01]
6161
dprob = DiscreteProblem(js2, u₀map, tspan, parammap)
6262
jprob = JumpProblem(js2, dprob, Direct(), save_positions=(false,false))
63-
Nsims = 10000
63+
Nsims = 30000
6464
function getmean(jprob,Nsims)
6565
m = 0.0
6666
for i = 1:Nsims

0 commit comments

Comments
 (0)