COSMIC-PopSynth / COSMIC

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

minor adjustments to acc_lim and don_lim flags #494

Closed michaelzevin closed 3 years ago

michaelzevin commented 3 years ago

adjusted the acc_lim and don_lim flags so that -1 is the default BS…E, and for the acc_lim flag >=0 sets the amount of donor material accreted. This allows for acc_lim=0 to mean 'none of the donor material gets accreted'

codecov[bot] commented 3 years ago

Codecov Report

Merging #494 (1d76303) into develop (898481f) will increase coverage by 20.31%. The diff coverage is 52.80%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #494       +/-   ##
============================================
+ Coverage    30.43%   50.74%   +20.31%     
============================================
  Files           39       41        +2     
  Lines         7960     8229      +269     
============================================
+ Hits          2422     4175     +1753     
+ Misses        5538     4054     -1484     
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 f17040e...1d76303. Read the comment docs.