Skip to content

Commit cf9b6fe

Browse files
committed
doc-string fix
1 parent d47afc5 commit cf9b6fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adaptive/learner/average_learner1D.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class AverageLearner1D(Learner1D):
3131
loss_per_interval: callable, optional
3232
A function that returns the loss for a single interval of the domain.
3333
If not provided, then a default is used, which uses the scaled distance
34-
in the x-y plane as the loss. See the notes for more details.
34+
in the x-y plane as the loss. See the notes for more details
35+
of `adaptive.Learner1D` for more details.
3536
delta : float
3637
This parameter controls the resampling condition. A point is resampled
3738
if its uncertainty is larger than delta times the smallest neighboring

0 commit comments

Comments
 (0)