xarray ufuncs deprecated
We now get the following warnings:
src/toolbox_scs/detectors/xgm.py:149: FutureWarning: xarray.ufuncs is deprecated. Instead, use numpy ufuncs directly.
mask = xr.ufuncs.logical_or(mask_sa1, mask_sa3)
Edited by Loïc Le Guyader