-
Notifications
You must be signed in to change notification settings - Fork 280
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
BUG: annotating a sphere then setting font size in a plot results in a crash #4698
Comments
Looks like this is because the callback overwrites the
simplest fix would be to not overwrite |
I did some searching and found one more callback with a similar issue: calling yt/yt/visualization/plot_modifications.py Lines 1802 to 1812 in 14c49c4
|
Thanks @yut23 ! I was curious if there'd be any others that failed when invalidated and run again, looks like the arrow callback fails for the same reason (storing calculations in class attributes). I'll add the fix to my current PR |
Bug report
Bug summary
Discovered by RevathiJambunathan. She further reported that this might be a regression in yt 4.2.x
Code for reproduction
Actual outcome
Expected outcome
No crash
Version Information
The text was updated successfully, but these errors were encountered: