We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e9510 commit b24e77eCopy full SHA for b24e77e
src/systems/diffeqs/odesystem.jl
@@ -137,7 +137,7 @@ struct ODESystem <: AbstractODESystem
137
"""
138
parameter_dependencies::Vector{Equation}
139
140
- Mapping of conditions which should be true throughout the solve to corresponding error
+ Mapping of conditions which should be true throughout the solution process to corresponding error
141
messages. These will be added to the equations when calling `debug_system`.
142
143
assertions::Dict{BasicSymbolic, String}
0 commit comments