-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Correct regex in filterwarnings #5735
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
Conversation
The method name has changed, also enable an assert which should have been enabled earlier
Actually I would probably prefer changing the error message. The message is inside subplots() not add_subplots so not sure whats going on |
Implemented the other solution in the second commit |
FIX: Correct regex in filterwarnings
This does not cherry-pick cleanly back to 1.5.x because where The assert should be uncommented on 1.5.x in a it's own PR. |
Ok I will do a PR to fix the assert on 1.5.x |
thanks. |
Backport of relevant part of matplotlib#5735
Done as #5736 |
The method name has changed, also enable an assert which should have been enabled earlier