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

Fix intermittent test errors #140

Closed devmotion closed 1 year ago

devmotion commented 1 year ago

It seems tests fail from time to time (e.g. https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/actions/runs/3127538312/jobs/5074274086). Probably the tolerance is just a tiny bit too strict.

codecov[bot] commented 1 year ago

Codecov Report

Base: 93.35% // Head: 0.00% // Decreases project coverage by -93.35% :warning:

Coverage data is based on head (cbdc538) compared to base (bf3f2c6). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ========================================== - Coverage 93.35% 0.00% -93.36% ========================================== Files 4 4 Lines 286 280 -6 ========================================== - Hits 267 0 -267 - Misses 19 280 +261 ``` | [Impacted Files](https://codecov.io/gh/JuliaGaussianProcesses/ApproximateGPs.jl/pull/140?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses) | Coverage Δ | | |---|---|---| | [src/LaplaceApproximationModule.jl](https://codecov.io/gh/JuliaGaussianProcesses/ApproximateGPs.jl/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses#diff-c3JjL0xhcGxhY2VBcHByb3hpbWF0aW9uTW9kdWxlLmps) | `0.00% <0.00%> (-96.92%)` | :arrow_down: | | [src/TestUtils.jl](https://codecov.io/gh/JuliaGaussianProcesses/ApproximateGPs.jl/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses#diff-c3JjL1Rlc3RVdGlscy5qbA==) | `0.00% <0.00%> (-94.12%)` | :arrow_down: | | [src/SparseVariationalApproximationModule.jl](https://codecov.io/gh/JuliaGaussianProcesses/ApproximateGPs.jl/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses#diff-c3JjL1NwYXJzZVZhcmlhdGlvbmFsQXBwcm94aW1hdGlvbk1vZHVsZS5qbA==) | `0.00% <0.00%> (-90.25%)` | :arrow_down: | | [src/utils.jl](https://codecov.io/gh/JuliaGaussianProcesses/ApproximateGPs.jl/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses#diff-c3JjL3V0aWxzLmps) | `0.00% <0.00%> (-50.00%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.