File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ timer.result()
371371
372372In this example we will show how to send complex tasks to adaptive as coroutines.
373373We require an asynchronous client to perform the execution of asynchronous tasks.
374- In this case, it is imported from ` dask.distributed ` .
374+ Here we will use ` dask.distributed ` .
375375
376376``` {code-cell} ipython3
377377from dask.distributed import Client
@@ -404,7 +404,7 @@ async def async_h(x):
404404 return await client.submit(h, x)
405405```
406406
407- When provide the asynchronous function to the ` learner ` and run it via ` AsyncRunner ` .
407+ When providing the asynchronous function to the ` learner ` and run it via ` AsyncRunner ` .
408408
409409``` {code-cell} ipython3
410410learner = adaptive.Learner1D(async_h, bounds=(-1, 1))
You can’t perform that action at this time.
0 commit comments