ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS
https://dask-ms.readthedocs.io
Other
19 stars 7 forks source link

Example code uses old syntax for the scheduler. #71

Closed tmolteno closed 4 years ago

tmolteno commented 4 years ago

In the examples directory, the code for the scheduler_context uses the old version of the syntax for setting the scheduler.

Old Syntax: dask.set_options(get=dask.threads.get) New Syntax: dask.config.set(scheduler='threads')

sjperkins commented 4 years ago

Thanks for the report @tmolteno. I should probably add some test cases that ensure that the examples run through.

sjperkins commented 4 years ago

Closed by #78