Skip to content

Commit 8fc4db7

Browse files
committed
fix comment
1 parent 17650f1 commit 8fc4db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial/tutorial.Learner1D.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ On Windows systems the runner will use a {class}`loky.get_reusable_executor`.
6363
A {class}`~concurrent.futures.ProcessPoolExecutor` cannot be used on Windows for reasons.
6464

6565
```{code-cell} ipython3
66-
# The end condition is when the "loss" is less than 0.1. In the context of the
67-
# 1D learner this means that we will resolve features in 'func' with width 0.1 or wider.
66+
# The end condition is when the "loss" is less than 0.01. In the context of the
67+
# 1D learner this means that we will resolve features in 'func' with width 0.01 or wider.
6868
runner = adaptive.Runner(learner, goal=0.01)
6969
```
7070

0 commit comments

Comments
 (0)