-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: only expect FigureCanvas on backend module if using new style #23912
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
This is to un-break pycharm's backend_interagg Closes matplotlib#23911
…d module if using new style
Is this released? |
All reactions
Sorry, something went wrong.
No, this will be in 3.6.1 when it is relesaed. |
All reactions
-
👍 2 reactions
Sorry, something went wrong.
Looking forward! |
All reactions
Sorry, something went wrong.
…912-on-v3.6.x Backport PR #23912 on branch v3.6.x (FIX: only expect FigureCanvas on backend module if using new style)
Thanks for moving so quickly on this @tacaswell! |
All reactions
Sorry, something went wrong.
Successfully merging this pull request may close these issues.
[Bug]: 3.6.0 doesn't interact well with pycharm throwing "backend_interagg" exception
PR Summary
This is to un-break pycharm's backend_interagg
Closes #23911
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).I'm not sure the best way to test this, I guess we need to make a minimal backend that does not have FigureCanvas and try push it through the machinery? Is it worth the effort?