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
Currently, errors in the model file are not raised immediately, but only when properties are accessed. A way to check the model is to use the lint function but it is independent and possibly not up to date.
The proposal here is to add a check option to the Model constructor so that it tries to access all properties immediately and raise a syntax error if needed.
No description provided.
The text was updated successfully, but these errors were encountered: