From f4473ef49d6f29c60c4fefa0db0ea27684bcf8bc Mon Sep 17 00:00:00 2001 From: "Lance (Weiqing) Xu" <47257262+lanceXwq@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:42:58 -0700 Subject: [PATCH] fix a typo in intro (#396) --- examples/0-intro-1d/script.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/0-intro-1d/script.jl b/examples/0-intro-1d/script.jl index 07716dff..52f2c87b 100644 --- a/examples/0-intro-1d/script.jl +++ b/examples/0-intro-1d/script.jl @@ -65,7 +65,7 @@ f = GP(Matern52Kernel()) #md nothing #hide # We create a finite dimensional projection at the inputs of the training dataset -# observed under Gaussian noise with variance $noise_var = 0.1$, and compute the +# observed under Gaussian noise with variance $noise\_var = 0.1$, and compute the # log-likelihood of the outputs of the training dataset. noise_var = 0.1