Skip to content

Commit 7e16ebe

Browse files
committed
test bug fix
1 parent c32bf5b commit 7e16ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/regular_jumps.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ sol = solve(jump_prob, SimpleTauLeaping(); dt = 1.0)
100100
@test jp_pure_regj.regular_jump !== nothing
101101

102102
# Test mixed jump types
103-
mixed_jumps = JumpSet(maj, crj, vrj, regj)
103+
mixed_jumps = JumpSet(; massaction_jumps = maj, constant_jumps = crj,
104+
variables_jumps = vrj, regular_jumps = regj)
104105
jp_pure_mixed = JumpProblem(prob, PureLeaping(), mixed_jumps)
105106
@test jp_pure_mixed.aggregator isa PureLeaping
106107
@test jp_pure_mixed.discrete_jump_aggregation === nothing

0 commit comments

Comments
 (0)