JuliaGaussianProcesses / ApproximateGPs.jl

Approximations for Gaussian processes: sparse variational inducing point approximations, Laplace approximation, ...
https://juliagaussianprocesses.github.io/ApproximateGPs.jl/dev
Other
35 stars 6 forks source link

Some bugfixes #125

Closed st-- closed 2 years ago

st-- commented 2 years ago

Also see #126. This one is ready for merging though.

st-- commented 2 years ago

Just need to re-run CI once AbstractGPs 0.5.11 is released

codecov[bot] commented 2 years ago

Codecov Report

Merging #125 (b7c66f8) into master (490ece8) will decrease coverage by 0.30%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
- Coverage   93.61%   93.30%   -0.31%     
==========================================
  Files           5        4       -1     
  Lines         329      284      -45     
==========================================
- Hits          308      265      -43     
+ Misses         21       19       -2     
Impacted Files Coverage Δ
src/LaplaceApproximationModule.jl 96.89% <ø> (ø)
src/SparseVariationalApproximationModule.jl 90.24% <100.00%> (-0.24%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ceb309...b7c66f8. Read the comment docs.

rossviljoen commented 2 years ago

@st-- looks like it's passing now