Skip to content

Update to fix deprecation warning from dask regarding atop #608

@djhoese

Description

@djhoese

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions