You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw(ArgumentError("$(typeof(sys)) is not supported."))
178
+
end
179
+
ts =get_tearing_state(sys)
180
+
if ts ===nothing
181
+
throw(ArgumentError("`map_variables_to_equations` requires a simplified system. Call `structural_simplify` on the system before calling this function."))
182
+
end
183
+
184
+
dummy_sub =Dict()
185
+
if rename_dummy_derivatives &&has_schedule(sys) && (sc =get_schedule(sys)) !==nothing
186
+
dummy_sub =Dict(v => k for (k, v) in sc.dummy_sub ifisequal(default_toterm(k), v))
0 commit comments