Skip to content

Commit c55884e

Browse files
committed
fix noisy_peak plot in docs
1 parent ea01877 commit c55884e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/tutorial.AverageLearner1D.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This is how the function looks in the absence of noise:
4040
.. jupyter-execute::
4141

4242
xs = np.linspace(-2, 2, 500)
43-
ys = [noisy_peak((seed, xs), sigma=0) for seed, x in enumerate(xs)]
43+
ys = [noisy_peak((seed, x), sigma=0) for seed, x in enumerate(xs)]
4444
hv.Path((xs, ys))
4545

4646
And an example of a single realization of the noisy function:

0 commit comments

Comments
 (0)