Closed
Description
# Make sure that DeprecationWarning within this package always gets printed
warnings.filterwarnings('always', category=DeprecationWarning,
module=r'^{0}\.'.format(re.escape(__name__)))
via __init__.py
This is really quite bad behavior. If you feel like you really must do this, please use append=True
Metadata
Metadata
Assignees
Labels
No labels