Open BradyPlanden opened 2 weeks ago
Attention: Patch coverage is 71.83099%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 98.68%. Comparing base (
c8b00e6
) to head (c5eef05
). Report is 13 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
pybop/parameters/priors.py | 9.09% | 10 Missing :warning: |
pybop/samplers/annealed_importance.py | 83.05% | 10 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Adds an annealed importance sampling class for marginal likelihood computation.
Issue reference
Fixes #549
Review
Before you mark your PR as ready for review, please ensure that you've considered the following:
Type of change
Key checklist:
$ pre-commit run
(or$ nox -s pre-commit
) (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ nox -s tests
$ nox -s doctest
You can run integration tests, unit tests, and doctests together at once, using
$ nox -s quick
.Further checks:
Thank you for contributing to our project! Your efforts help us to deliver great software.