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 043274f commit 2a9204fCopy full SHA for 2a9204f
src/systems/index_cache.jl
@@ -77,13 +77,13 @@ function IndexCache(sys::AbstractSystem)
77
end
78
79
80
- all_ps = Set(unwrap.(parameters(sys)))
81
- for (sym, value) in defaults(sys)
82
- sym = unwrap(sym)
83
- if sym in all_ps && symbolic_type(unwrap(value)) !== NotSymbolic()
84
- insert_by_type!(dependent_buffers, sym)
85
- end
86
+ # all_ps = Set(unwrap.(parameters(sys)))
+ # for (sym, value) in defaults(sys)
+ # sym = unwrap(sym)
+ # if sym in all_ps && symbolic_type(unwrap(value)) !== NotSymbolic()
+ # insert_by_type!(dependent_buffers, sym)
+ # end
87
88
for p in parameters(sys)
89
p = unwrap(p)
0 commit comments