Skip to content

Commit 9320b00

Browse files
committed
typo
1 parent aaeeee9 commit 9320b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GaussianProcess.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function optimize_hyperparameters!(gp::GaussianProcess{GPJL}, args...; kwargs...
238238
n_hparams=length(get_params(gp)[1])
239239
low = repeat([log(1e-5)], n_hparams) # bounds provided in log space
240240
high = repeat([log(1e5)], n_hparams)
241-
extended_kwargs = merge((; kwargs...), (; kernbounds=(low,high), ))
241+
ext_kwargs = merge((; kwargs...), (; kernbounds=(low,high), ))
242242
else
243243
ext_kwargs = (; kwargs...)
244244
end

0 commit comments

Comments
 (0)