astro-informatics / harmonic

Machine learning assisted marginal likelihood (Bayesian evidence) estimation for Bayesian model selection
https://astro-informatics.github.io/harmonic/
GNU General Public License v3.0
54 stars 6 forks source link

Add diagnostic terms #291

Closed alicjapolanska closed 4 months ago

alicjapolanska commented 4 months ago

Add diagnostic term calculations in add_chains method in Evidence class for flow models.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.89%. Comparing base (cb5d870) to head (2a1af73).

:exclamation: Current head 2a1af73 differs from pull request most recent head 8417a7e. Consider uploading reports for the commit 8417a7e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #291 +/- ## ========================================== + Coverage 95.88% 95.89% +0.01% ========================================== Files 14 14 Lines 2308 2314 +6 ========================================== + Hits 2213 2219 +6 Misses 95 95 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alicjapolanska commented 4 months ago

Closes #269