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
It seems like _parse_vars isn't working quite right when combining metadata, functional symbolics (i.e. u(t)), and initial values. These all work
using ModelingToolkit
t = ModelingToolkit.t_nounits
@variablesu(t)=1 [input =true, disturbance =true]
@variablesbeginu(t) =1end@parametersbegin
a =1end@parametersbegin
a =1, [input =true, description ="true"]
end
It seems like
_parse_vars
isn't working quite right when combining metadata, functional symbolics (i.e.u(t)
), and initial values. These all workbut this errors
and this errors
The text was updated successfully, but these errors were encountered: