Skip to content

Commit

Permalink
allow extrande be used with no variable rate jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
pihop committed Jan 11, 2023
1 parent 9348586 commit 930bb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregators/extrande.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

############################# Required Functions ##############################
function aggregate(aggregator::Extrande, u, p, t, end_time, constant_jumps,
ma_jumps, save_positions, rng; variable_jumps, kwargs...)
ma_jumps, save_positions, rng; variable_jumps=(), kwargs...)

rates, affects! = get_jump_info_fwrappers(u, p, t, (constant_jumps..., variable_jumps..., NullAffectJump))
rbnds, wnds = get_va_jump_bound_info_fwrapper(u, p, t, (constant_jumps..., variable_jumps...,NullAffectJump))
Expand Down

0 comments on commit 930bb07

Please sign in to comment.