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 2883d73 commit 8328947Copy full SHA for 8328947
src/systems/nonlinear/initializesystem.jl
@@ -77,7 +77,7 @@ function generate_initializesystem_timevarying(sys::AbstractSystem;
77
# PREPROCESSING
78
op = anydict(op)
79
if isempty(op)
80
- op = copy(defs)
+ op = anydict(copy(defs))
81
end
82
scalarize_vars_in_varmap!(op, arrvars)
83
u0map = anydict()
0 commit comments