Skip to content

Commit 7b949c4

Browse files
committed
"updates"
1 parent 7e16ebe commit 7b949c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regular_jumps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sol = solve(jump_prob, SimpleTauLeaping(); dt = 1.0)
101101

102102
# Test mixed jump types
103103
mixed_jumps = JumpSet(; massaction_jumps = maj, constant_jumps = crj,
104-
variables_jumps = vrj, regular_jumps = regj)
104+
variable_jumps = vrj, regular_jumps = regj)
105105
jp_pure_mixed = JumpProblem(prob, PureLeaping(), mixed_jumps)
106106
@test jp_pure_mixed.aggregator isa PureLeaping
107107
@test jp_pure_mixed.discrete_jump_aggregation === nothing

0 commit comments

Comments
 (0)