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
Should xarray indexing account for boolean values without resorting to a call to np.where? For example, acase.sel(Np=np.where(idx)[0]) works but acase.sel(Np=idx) does not.