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 c62cff0 commit edf6fcbCopy full SHA for edf6fcb
src/systems/index_cache.jl
@@ -80,6 +80,12 @@ function IndexCache(sys::AbstractSystem)
80
end
81
82
83
+ for eq in observed(sys)
84
+ if symbolic_type(eq.lhs) != NotSymbolic() && hasname(eq.lhs)
85
+ symbol_to_variable[getname(eq.lhs)] = eq.lhs
86
+ end
87
88
+
89
disc_buffers = Dict{Any, Set{BasicSymbolic}}()
90
tunable_buffers = Dict{Any, Set{BasicSymbolic}}()
91
constant_buffers = Dict{Any, Set{BasicSymbolic}}()
0 commit comments