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
The `Model` class gets a new API method `problems()`. All it does is
call the `problems()` method of its root node. This gives users an
easy way to check if there are any problems reported throughout the
model, by testing `if model.problems():` in application code, to then
act accordingly.
0 commit comments