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
I tried to reproduce the polymorphism example from the readme. While subclassing appears to be working correctly, there is no $, nor any other property that would tag the subclass with the string I provide as third argument to mst, e.g., mst(code, model, "mysubclass).
Any idea why this is not working as intended?
The text was updated successfully, but these errors were encountered:
I tried to reproduce the polymorphism example from the readme. While subclassing appears to be working correctly, there is no
$
, nor any other property that would tag the subclass with the string I provide as third argument tomst
, e.g.,mst(code, model, "mysubclass)
.Any idea why this is not working as intended?
The text was updated successfully, but these errors were encountered: