We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e26ef commit 3bac6c6Copy full SHA for 3bac6c6
docs/source/tutorial/tutorial.parallelism.rst
@@ -63,7 +63,7 @@ For example, you create the following file called ``run_learner.py``:
63
64
.. code:: python
65
66
- import mpi4py.futures
+ from mpi4py.futures import MPIPoolExecutor
67
68
learner = adaptive.Learner1D(f, bounds=(-1, 1))
69
0 commit comments