-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean exceptions #352
Comments
Created branch for this, named |
(quoted from #318)
I think you can use |
PS some warnings should go to the log, some should probably be displayed. Most probably should go to the log - so need to pay attention to this... |
Exceptions, such as warnings and errors, are sometimes raised with a
print("Warning message")
. They should instead be raised withraise exceptions.MuMoTWarning("Warning message")
The text was updated successfully, but these errors were encountered: