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 ceb4e9c commit 061a81fCopy full SHA for 061a81f
src/systems/nonlinear/initializesystem.jl
@@ -159,9 +159,6 @@ function generate_initializesystem(sys::ODESystem;
159
nleqs = Symbolics.substitute.(nleqs, (paramsubs,))
160
unks = [full_states; collect(values(paramsubs))]
161
162
- pars = [parameters(sys); get_iv(sys)]
163
- nleqs = [eqs_ics; observed(sys)]
164
-
165
sys_nl = NonlinearSystem(nleqs,
166
unks,
167
pars;
@@ -170,7 +167,6 @@ function generate_initializesystem(sys::ODESystem;
170
checks = check_units,
171
168
name,
172
169
kwargs...)
173
174
return sys_nl
175
end
176
0 commit comments