Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace old Gibbs sampler with the experimental one. #2328

Open
wants to merge 79 commits into
base: master
Choose a base branch
from

Use StableRNG, relax test tolerance

a15ce2f
Select commit
Loading
Failed to load commit list.
Open

Replace old Gibbs sampler with the experimental one. #2328

Use StableRNG, relax test tolerance
a15ce2f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 0s

74.17% (+29.45%) compared to c0a4ee9

View this Pull Request on Codecov

74.17% (+29.45%) compared to c0a4ee9

Details

Codecov Report

Attention: Patch coverage is 51.37255% with 124 lines in your changes missing coverage. Please review.

Project coverage is 74.17%. Comparing base (c0a4ee9) to head (a15ce2f).

Files with missing lines Patch % Lines
src/mcmc/gibbs.jl 53.08% 99 Missing ⚠️
src/mcmc/hmc.jl 0.00% 7 Missing ⚠️
src/mcmc/repeat_sampler.jl 65.00% 7 Missing ⚠️
src/mcmc/Inference.jl 0.00% 4 Missing ⚠️
src/mcmc/sghmc.jl 0.00% 4 Missing ⚠️
src/mcmc/emcee.jl 0.00% 1 Missing ⚠️
src/mcmc/is.jl 0.00% 1 Missing ⚠️
src/mcmc/particle_mcmc.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2328       +/-   ##
===========================================
+ Coverage   44.72%   74.17%   +29.45%     
===========================================
  Files          22       21        -1     
  Lines        1554     1584       +30     
===========================================
+ Hits          695     1175      +480     
+ Misses        859      409      -450     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.