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
A user reported an error on slack that also showed a deprecation warning in dask. This may affect both satpy and pyresample:
/home/raghav/anaconda2/lib/python2.7/site-packages/dask/array/blockwise.py:204: UserWarning: The da.atop function has moved to da.blockwise
warnings.warn("The da.atop function has moved to da.blockwise")
We should switch to using blockwise instead of atop when possible.
@mraspaud Maybe we should make all UserWarning/DeprecationWarnings raise errors on travis.