CONABIO / antares3

Madmex with open data cube and in python3
2 stars 2 forks source link

Use dask.config.set instead of dask.set_options #23

Open palmoreck opened 6 years ago

palmoreck commented 6 years ago

Sections in the antares-code use

dask.set_options

As this warning says:

UserWarning: The dask.set_options function has been deprecated. Please use dask.config.set instead
  warnings.warn("The dask.set_options function has been deprecated. "

See for example: https://github.com/pydata/xarray/issues/2143