joshspeagle / dynesty

Dynamic Nested Sampling package for computing Bayesian posteriors and evidences
https://dynesty.readthedocs.io/
MIT License
347 stars 76 forks source link

Test fixes3 #316

Closed segasai closed 3 years ago

segasai commented 3 years ago

This addresses most of the #310 Now there are just 3 FAILED tests/test_dyn.py::test_dyn

in the run of 100 tests (x75 each) . I've also updated the boostrap logic and added my test_code that allows diagnosing the quality of the ellipsoidal representation.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1171293236


Changes Missing Coverage Covered Lines Changed/Added Lines %
py/dynesty/bounding.py 24 26 92.31%
py/dynesty/plotting.py 1 3 33.33%
<!-- Total: 44 48 91.67% -->
Files with Coverage Reduction New Missed Lines %
py/dynesty/utils.py 3 85.74%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 1161270965: 0.5%
Covered Lines: 3424
Relevant Lines: 4191

💛 - Coveralls
segasai commented 3 years ago

thanks