Skip to content

Commit

Permalink
Try to remove single thread dask (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Feb 11, 2024
1 parent 69d725f commit bf3b012
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions salem/sio.py
Expand Up @@ -1167,10 +1167,6 @@ def open_mf_wrf_dataset(paths, chunks=None, compat='no_conflicts', lock=None,
if not paths:
raise IOError('no files to open')

# TODO: current workaround to dask thread problems
import dask
dask.config.set(scheduler='single-threaded')

if lock is None:
lock = NETCDF4_PYTHON_LOCK
try:
Expand Down

0 comments on commit bf3b012

Please sign in to comment.