Skip to content

Commit 81fc4d8

Browse files
docs: document parameter_dependencies field of System
1 parent 117bf00 commit 81fc4d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/systems/system.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ struct System <: AbstractSystem
105105
equation.
106106
"""
107107
observed::Vector{Equation}
108+
"""
109+
$INTERNAL_FIELD_WARNING
110+
All the explicit equations relating parameters. Equations here only contain parameters
111+
and are in the same format as `observed`.
112+
"""
108113
parameter_dependencies::Vector{Equation}
109114
"""
110115
$INTERNAL_FIELD_WARNING

0 commit comments

Comments
 (0)