We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6589937 commit 816de1bCopy full SHA for 816de1b
src/reactionsystem.jl
@@ -500,7 +500,7 @@ struct ReactionSystem{V <: NetworkProperties} <:
500
"""Dependent unknown variables representing species"""
501
species::Vector{BasicSymbolic{Real}}
502
"""Parameter variables. Must not contain the independent variable."""
503
- ps::Vector{BasicSymbolic{Real}}
+ ps::Vector{Any}
504
"""Maps Symbol to corresponding variable."""
505
var_to_name::Dict{Symbol, Any}
506
"""Equations for observed variables."""
0 commit comments