We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c92a8 commit abea573Copy full SHA for abea573
1 file changed
scripts/_helpers.py
@@ -1064,7 +1064,7 @@ def load_cutout(
1064
def setup_dask(nprocesses: int) -> dict:
1065
if nprocesses > 1:
1066
cluster = LocalCluster(n_workers=nprocesses, threads_per_worker=1)
1067
- client = Client(cluster, asynchronous=True)
+ client = Client(cluster)
1068
atexit.register(client.shutdown)
1069
else:
1070
client = None
0 commit comments