Skip to content

Commit 4c4c5e4

Browse files
authored
Delayed uses threading scheduler by default (#180)
1 parent 03a1eff commit 4c4c5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_dask.delayed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"outputs": [],
144144
"source": [
145145
"%%time\n",
146-
"# This actually runs our computation using a local process pool\n",
146+
"# This actually runs our computation using a local thread pool\n",
147147
"\n",
148148
"z.compute()"
149149
]

0 commit comments

Comments
 (0)