Skip to content

Commit df0e9a3

Browse files
committed
up
1 parent d38d1c8 commit df0e9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simulation_and_solving/hybrid_models.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let
101101
rn = complete(extend(rn2, rn))
102102
tspan = (0.0, 200.0)
103103
jinputs = JumpInputs(rn, u0map, tspan, pmap; save_positions = (false, false))
104-
jprob = JumpProblem(jinputs; rng, save_positions = (false, false); rng)
104+
jprob = JumpProblem(jinputs; rng, save_positions = (false, false))
105105
Xsamp = 0.0
106106
Nsims = 4000
107107
for n in 1:Nsims

0 commit comments

Comments
 (0)