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
np.ptp is deprecated since NumPy 2.0 and xarray has no equivalent. Deprecate DataArray.ptp() and Dataset.ptp() — users can use .max() - .min() instead.