Skip to content

Commit 67d0ee2

Browse files
jrbourbeaujhamman
andauthored
Remove Dask single-threaded setting in tests (#7489)
Co-authored-by: Joe Hamman <[email protected]>
1 parent b451558 commit 67d0ee2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xarray/tests/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ def _importorskip(
101101
if has_dask:
102102
import dask
103103

104-
dask.config.set(scheduler="single-threaded")
105-
106104

107105
class CountingScheduler:
108106
"""Simple dask scheduler counting the number of computes.

0 commit comments

Comments
 (0)