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

Adds Monte Carlo Samplers #340

Merged
merged 44 commits into from
Sep 2, 2024

tests: increment iterations from scheduled test run

8a928af
Select commit
Loading
Failed to load commit list.
Merged

Adds Monte Carlo Samplers #340

tests: increment iterations from scheduled test run
8a928af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 0s

98.79% (+0.02%) compared to 5b53ba7

View this Pull Request on Codecov

98.79% (+0.02%) compared to 5b53ba7

Details

Codecov Report

Attention: Patch coverage is 99.26108% with 3 lines in your changes missing coverage. Please review.

Project coverage is 98.79%. Comparing base (5b53ba7) to head (8a928af).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
pybop/parameters/parameter.py 90.90% 1 Missing ⚠️
pybop/parameters/priors.py 98.48% 1 Missing ⚠️
pybop/samplers/mcmc_sampler.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #340      +/-   ##
===========================================
+ Coverage    98.77%   98.79%   +0.02%     
===========================================
  Files           48       52       +4     
  Lines         3181     3581     +400     
===========================================
+ Hits          3142     3538     +396     
- Misses          39       43       +4     

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