Skip to content

Commit 816de1b

Browse files
committed
init
1 parent 6589937 commit 816de1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ struct ReactionSystem{V <: NetworkProperties} <:
500500
"""Dependent unknown variables representing species"""
501501
species::Vector{BasicSymbolic{Real}}
502502
"""Parameter variables. Must not contain the independent variable."""
503-
ps::Vector{BasicSymbolic{Real}}
503+
ps::Vector{Any}
504504
"""Maps Symbol to corresponding variable."""
505505
var_to_name::Dict{Symbol, Any}
506506
"""Equations for observed variables."""

0 commit comments

Comments
 (0)