Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix pickling of AxesWidgets.#28430
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
SpanSelector sets thecanvas
attrubute in__init__
, which fails because it is readonly now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This apparently breaksSpanSelector
.
31be678
tof13e212
CompareThere's no need to hold onto the (non-picklable) canvas as an attribute.
Uh oh!
There was an error while loading.Please reload this page.
Now fixed; the test failure is unrelated. |
Test failure is not unrelated, it is the newly added test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Anyone can merge on CI finishing
aad2a58
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
…430-on-v3.9.xBackport PR#28430 on branch v3.9.x (Fix pickling of AxesWidgets.)
There's no need to hold onto the (non-picklable) canvas as an attribute.
Closes#22482.
PR summary
PR checklist