Skip to content

Commit 8d09594

Browse files
committed
typo
1 parent 5924139 commit 8d09594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem_conversions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ function Base.convert(::Type{<:JumpSystem}, rs::ReactionSystem; name = nameof(rs
721721
combinatoric_ratelaws = get_combinatoric_ratelaws(rs),
722722
remove_conserved = nothing, checks = false,
723723
default_u0 = Dict(), default_p = Dict(),
724-
defaults = _merge(Dict(default_u0), Dict(default_p)), physical_scales = nothing
724+
defaults = _merge(Dict(default_u0), Dict(default_p)), physical_scales = nothing,
725725
kwargs...)
726726
iscomplete(rs) || error(COMPLETENESS_ERROR)
727727
spatial_convert_err(rs::ReactionSystem, JumpSystem)

0 commit comments

Comments
 (0)