Skip to content

Commit 06139ec

Browse files
pass on kwargs for JumpProblem
1 parent be84648 commit 06139ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/problem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ DiffEqBase.SDEProblem(rn::AbstractReactionNetwork, args...; kwargs...) =
77
SDEProblem(rn.f,rn.g, args...;noise_rate_prototype=rn.p_matrix, kwargs...)
88

99
### JumpProblem ###
10-
DiffEqJump.JumpProblem(prob,aggregator::Direct,rn::AbstractReactionNetwork) =
11-
JumpProblem(prob,aggregator::Direct,rn.jumps...)
10+
DiffEqJump.JumpProblem(prob,aggregator::Direct,rn::AbstractReactionNetwork; kwargs...) =
11+
JumpProblem(prob,aggregator::Direct,rn.jumps...;kwargs...)

0 commit comments

Comments
 (0)