JuliaGaussianProcesses / AbstractGPs.jl

Abstract types and methods for Gaussian Processes.
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev
Other
220 stars 21 forks source link

Update the intro example #334

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

This PR updates the intro example. In #333 I noticed we use a deprecated syntax for MvNormal and an internal field that was removed in DynamicHMC 3.3. I think both things should be fixed.

Fixes #331. Fixes #330.

devmotion commented 2 years ago

@willtebbutt Did you enable buildkite for the whole JuliaGP organization? That seems to cause CI errors, I think it should only be enabled for repos with a buildkite configuration.

devmotion commented 2 years ago

PPL test failures are unrelated and caused by Soss (possibly fixed by updating it but IMO that should be done in a separate PR).

willtebbutt commented 2 years ago

@willtebbutt Did you enable buildkite for the whole JuliaGP organization? That seems to cause CI errors, I think it should only be enabled for repos with a buildkite configuration.

I enabled it for KernelFunctions, AbstractGPs, and ApproximateGPs. I need to make PRs to configure buildkite to basically do nothing on each of those repos. Apologies for the inconvenience, will add to my todo list!