Skip to content

Commit f4473ef

Browse files
authored
fix a typo in intro (#396)
1 parent 68a0529 commit f4473ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/0-intro-1d/script.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ f = GP(Matern52Kernel())
6565
#md nothing #hide
6666

6767
# We create a finite dimensional projection at the inputs of the training dataset
68-
# observed under Gaussian noise with variance $noise_var = 0.1$, and compute the
68+
# observed under Gaussian noise with variance $noise\_var = 0.1$, and compute the
6969
# log-likelihood of the outputs of the training dataset.
7070

7171
noise_var = 0.1

0 commit comments

Comments
 (0)