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.
generate_initializesystem
1 parent 3223051 commit f8e470bCopy full SHA for f8e470b
src/systems/nonlinear/initializesystem.jl
@@ -38,6 +38,7 @@ function generate_initializesystem(sys::AbstractSystem;
38
delete!(defs, k)
39
end
40
filter_missing_values!(u0map)
41
+ pmap = anydict(pmap)
42
43
# 1) Use algebraic equations of time-dependent systems as initialization constraints
44
if has_iv(sys)
0 commit comments