Skip to content

Commit 9a1c773

Browse files
committed
doh
1 parent 204aa84 commit 9a1c773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function Base.convert(::Type{<:ODESystem}, rs::ReactionSystem;
408408
name=nameof(rs), combinatoric_ratelaws=true, kwargs...)
409409
eqs = assemble_drift(rs; combinatoric_ratelaws=combinatoric_ratelaws)
410410
systems = map(sys -> (sys isa ODESystem) ? sys : convert(ODESystem, sys), get_systems(rs))
411-
ODESystem(eqs, get_iv(rs), get_states(rs), get_ps(rs), name=name, systems=systems; kwargs...)
411+
ODESystem(eqs, get_iv(rs), get_states(rs), get_ps(rs); name=name, systems=systems, kwargs...)
412412
end
413413

414414
"""

0 commit comments

Comments
 (0)