Implement warnings
#105
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
priority/medium
Issue or PR with a consensus of medium priority
Milestone
It would be cool to add something similar to the
Exception
handlers forWarnings
.Perhaps it could be done with
middleware
? Or something similar.What I have in mind is to catch
from warnings import warn
warnings and add them, as per the OPTiMaDe spec, undermeta.warnings
.The text was updated successfully, but these errors were encountered: