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
- __init__.py: use backend != "default" instead of substring test
- output.py: use format == "show" instead of substring test
- array.py: guard on array.size == 0 instead of np.all(array == 0)
so zero-valued images (residuals, masks) still render
- array.py: compute LogNorm vmax with np.nanmax to handle NaN-containing
arrays; guard against non-finite / degenerate ranges
- yx.py: remove np.count_nonzero(y) == 0 guard so all-zero series still
plots; keep only None / empty / all-NaN guards
- inversion.py: compute LogNorm vmax from pixel_values (np.nanmax)
instead of passing None, matching array.py behaviour
- inversion.py: add plt.colorbar to the InterpolatorRectangularUniform
(imshow) branch so both rectangular paths consistently show a colorbar
https://claude.ai/code/session_01B9sVEV54XWCa2LJw1C8gvv
0 commit comments