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 a more concrete error on unsupported modelingtoolkitize parameters
This is at least an intermediate solution to help give more interpretable error messages for #1678 . It's not a full solution since the real problem there is that while tuples are supported, it assumes `::NTuple{<:Number}`
The "real" answer of course is to make this handling recursive, but I'll leave that as a separate PR.
0 commit comments