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
yields AssertionError: Multiple independent variables are used in the model Symbol Symbol (seemingly the ::Float64 is treated like the independent variable t)
The text was updated successfully, but these errors were encountered:
As noted in #2995 (comment), callable parameters are a great new feature, that don't yet work inside of
@mtkmodel
.yields
MethodError: Cannot
convertan object of type Expr to an object of type Symbol
whileyields
AssertionError: Multiple independent variables are used in the model Symbol Symbol
(seemingly the::Float64
is treated like the independent variablet
)The text was updated successfully, but these errors were encountered: