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.
missing
1 parent 363a30c commit 2f0f894Copy full SHA for 2f0f894
src/systems/systems.jl
@@ -57,6 +57,7 @@ function structural_simplify(
57
ks = collect(keys(defs)) # take copy to avoid mutating defs while iterating.
58
for k in ks
59
if Symbolics.isarraysymbolic(k) && Symbolics.shape(k) !== Symbolics.Unknown()
60
+ defs[k] === missing && continue
61
for i in eachindex(k)
62
defs[k[i]] = defs[k][i]
63
end
0 commit comments