Closed willtebbutt closed 3 years ago
The examples (or at least some of them) use the checked out development version: https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/blob/fbce558b9362fa7e6d4c810ec7a98de09f3990b8/examples/kernel-ridge-regression/Manifest.toml#L284
Oh -- I extrapolated from a single data point! https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/blob/fbce558b9362fa7e6d4c810ec7a98de09f3990b8/examples/gaussian-process-priors/Manifest.toml#L282
I'll make a PR to correct.
Out examples each have a different environment, and each has it's own dependency on AbstractGPs. Currently, this dependency is not tied to the currently checked-out branch via
dev ../..
or whatever. I wonder whether we should do this?Reasons in favour:
I also don't recall whether we've already had this conversation and ruled this out...