We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24e77e commit b7bd315Copy full SHA for b7bd315
src/systems/diffeqs/sdesystem.jl
@@ -126,7 +126,7 @@ struct SDESystem <: AbstractODESystem
126
"""
127
parameter_dependencies::Vector{Equation}
128
129
- 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
130
messages. These will be added to the equations when calling `debug_system`.
131
132
assertions::Dict{BasicSymbolic, String}
0 commit comments