Closed devmotion closed 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.
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 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!
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.