Open palmoreck opened 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
Sections in the antares-code use
As this warning says:
See for example: https://github.com/pydata/xarray/issues/2143