ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

Remove `client_context` - just use Dask.Client #122

Closed PeterDSteinberg closed 6 years ago

PeterDSteinberg commented 7 years ago

client_context is automatically setting the dask.set_options(pool which may cause conflicts where the individual dask workers may try to use the dask executor, such as in a xarray.open_mfdataset call.