Skip to content

Commit ef3b1c5

Browse files
authored
fix tutorial about using loky.get_reusable_executor on Windows (#336)
* fix tutorial about using loky.get_reusable_executor on Windows * remove mention of distributed * remove "try to"
1 parent a81be7a commit ef3b1c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/tutorial/tutorial.Learner1D.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ evaluate ‘f’ on them.
5656
By default on Unix-like systems the runner will evaluate the points in
5757
parallel using local processes `concurrent.futures.ProcessPoolExecutor`.
5858

59-
On Windows systems the runner will try to use a `distributed.Client`
60-
if `distributed` is installed. A `~concurrent.futures.ProcessPoolExecutor`
61-
cannot be used on Windows for reasons.
59+
On Windows systems the runner will use a `loky.get_reusable_executor`.
60+
A `~concurrent.futures.ProcessPoolExecutor` cannot be used on Windows for reasons.
6261

6362
.. jupyter-execute::
6463

0 commit comments

Comments
 (0)