You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor type annotations in plotting helper functions.
Replaced explicit `pv.Plotter` type annotations with string literals in multiple helper functions to prevent potential runtime issues with forward references. This ensures compatibility and adheres to best practices for type hinting.
0 commit comments