Closed segasai closed 2 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
py/dynesty/utils.py | 129 | 136 | 94.85% | ||
<!-- | Total: | 130 | 137 | 94.89% | --> |
Totals | |
---|---|
Change from base Build 3044831958: | 0.01% |
Covered Lines: | 3836 |
Relevant Lines: | 4235 |
I'll aim to merge this tomorrow barring any last minute objections.
None from me!
Thanks. Merging..
This is first part of the PR that I'd like to push in before the next release that allows to get equal weighted samples directly from the results object. I.e.
without having to do the manual calculation of weigths etc
For this PR I've had to move a lot of code from results.py to utils.py to avoid cyclic dependency issues. That's not great, but I didn't have a better way.
Docs are still TBD, and feedback is welcome.