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
Guard LogNorm against NaN data, harden frame cleanup
- Add np.isfinite() checks to LogNorm guards in both 2D and 3D
renderers so all-NaN data doesn't crash matplotlib
- Wrap stale-frame and post-encode cleanup in try/except OSError
so locked or missing files don't abort rendering
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments