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)
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)
assigned to @mercadil
I don't see any warning here
changed the description
mentioned in merge request !189 (merged)
closed with merge request !189 (merged)
mentioned in commit 79028491