undark-lab / swyft

A system for scientific simulation-based inference at scale.
Other
159 stars 13 forks source link

The future of swyft #82

Closed bkmi closed 2 years ago

bkmi commented 2 years ago

This is a significant change to the underlying code base. It brings the software closer inline with the mathematics and incorporates a large number of issues / bugs which have come up since the last release.

It is a work in progress and not ready to be merged yet!

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (119b786) into master (c107bd8) will increase coverage by 43.04%. The diff coverage is 69.26%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #82       +/-   ##
===========================================
+ Coverage   26.11%   69.15%   +43.04%     
===========================================
  Files          38       28       -10     
  Lines        1616     1848      +232     
  Branches      264      286       +22     
===========================================
+ Hits          422     1278      +856     
+ Misses       1190      512      -678     
- Partials        4       58       +54     
Impacted Files Coverage Δ
swyft/plot/plot.py 0.00% <0.00%> (ø)
swyft/plot/constraint.py 22.85% <22.85%> (ø)
swyft/store/dataset.py 51.85% <51.85%> (ø)
swyft/inference/marginalratioestimator.py 57.14% <57.14%> (ø)
swyft/bounds.py 57.89% <57.89%> (ø)
swyft/__init__.py 61.53% <58.33%> (-38.47%) :arrow_down:
swyft/utils/misc.py 65.00% <65.00%> (ø)
swyft/utils/array.py 53.62% <66.66%> (+13.94%) :arrow_up:
swyft/plot/corner.py 67.08% <67.08%> (ø)
swyft/utils/marginals.py 69.38% <69.38%> (ø)
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4aa789e...119b786. Read the comment docs.