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 65853ff commit 7b354cdCopy full SHA for 7b354cd
src/systems/nonlinear/initializesystem.jl
@@ -128,6 +128,7 @@ function generate_initializesystem(sys::ODESystem;
128
129
# 5) parameter dependencies become equations, their LHS become unknowns
130
for eq in parameter_dependencies(sys)
131
+ is_variable_floatingpoint(eq.lhs) || continue
132
varp = tovar(eq.lhs)
133
paramsubs[eq.lhs] = varp
134
push!(eqs_ics, eq)
0 commit comments