COSMIC-PopSynth / COSMIC

COSMIC (Compact Object Synthesis and Monte Carlo Investigation Code)
GNU General Public License v3.0
48 stars 59 forks source link

fixing up cosmic-pop utils error checks #499

Closed katiebreivik closed 3 years ago

katiebreivik commented 3 years ago

We already had some checks in place, but given the recent changes, we needed to update them.

codecov[bot] commented 3 years ago

Codecov Report

Merging #499 (d7ca6fa) into develop (898481f) will increase coverage by 20.34%. The diff coverage is 54.17%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #499       +/-   ##
============================================
+ Coverage    30.43%   50.76%   +20.34%     
============================================
  Files           39       41        +2     
  Lines         7960     8242      +282     
============================================
+ Hits          2422     4184     +1762     
+ Misses        5538     4058     -1480     
Impacted Files Coverage Δ
cosmic/MC_samp.py 98.31% <ø> (+98.31%) :arrow_up:
cosmic/Match.py 52.56% <ø> (+52.56%) :arrow_up:
cosmic/bse_utils/zcnsts.py 100.00% <ø> (+100.00%) :arrow_up:
cosmic/bse_utils/zdata.py 100.00% <ø> (+100.00%) :arrow_up:
cosmic/evolve.py 55.42% <0.00%> (+55.42%) :arrow_up:
cosmic/plotting.py 0.00% <ø> (ø)
cosmic/sample/initialbinarytable.py 94.44% <ø> (+94.44%) :arrow_up:
cosmic/sample/cmc/king.py 17.71% <17.71%> (ø)
cosmic/sample/sampler/multidim.py 17.57% <20.00%> (+17.57%) :arrow_up:
cosmic/src/evolv2.f 42.26% <35.29%> (-0.33%) :arrow_down:
... and 37 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 4f90931...d7ca6fa. Read the comment docs.

katiebreivik commented 3 years ago

ok merging this one in!