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
# in the case of a hybrid system, the discrete_compile pass should take the currents of sys.discrete_subsystems
751
751
# and modifies discrete_subsystems to bea tuple of the io and anything else, while adding or manipulating the rest of sys as needed
752
-
sys =discrete_compile(sys, tss[2:end], inputs)
752
+
sys =discrete_compile(sys, tss[[i for i ineachindex(tss) if i != continuous_id]], inputs, ci)
753
753
else
754
754
throw(HybridSystemNotSupportedException("Hybrid continuous-discrete systems are currently not supported with the standard MTK compiler. This system requires JuliaSimCompiler.jl, see https://help.juliahub.com/juliasimcompiler/stable/"))
0 commit comments