COSMIC-PopSynth / COSMIC

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

Thermal mass transfer #472

Closed katiebreivik closed 3 years ago

katiebreivik commented 3 years ago

adds two flags which allow for different model choices for the amount of mass lost from the donor star and accreted onto the accretor during Roche overflow mass transfer

katiebreivik commented 3 years ago

Here are some examples that illustrate the efficacy of the code!

donlim-1_acclim-1.pdf donlim-1_acc_lim_50_percent.pdf don_lim_0_acc_lim_0.pdf

codecov[bot] commented 3 years ago

Codecov Report

Merging #472 (f3a344e) into develop (898481f) will increase coverage by 18.28%. The diff coverage is 19.03%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #472       +/-   ##
============================================
+ Coverage    30.43%   48.71%   +18.28%     
============================================
  Files           39       40        +1     
  Lines         7960     8220      +260     
============================================
+ Hits          2422     4004     +1582     
+ Misses        5538     4216     -1322     
Impacted Files Coverage Δ
cosmic/evolve.py 55.42% <0.00%> (+55.42%) :arrow_up:
cosmic/sample/cmc/king.py 9.30% <9.30%> (ø)
cosmic/sample/sampler/cmc.py 96.97% <25.00%> (+96.97%) :arrow_up:
cosmic/src/evolv2.f 42.53% <40.91%> (-0.06%) :arrow_down:
cosmic/utils.py 82.01% <66.67%> (+82.01%) :arrow_up:
cosmic/sample/initialcmctable.py 95.38% <93.75%> (+95.38%) :arrow_up:
cosmic/sample/sampler/multidim.py 17.85% <0.00%> (+17.85%) :arrow_up:
cosmic/filter.py 29.69% <0.00%> (+29.69%) :arrow_up:
cosmic/checkstate.py 36.59% <0.00%> (+36.59%) :arrow_up:
... and 14 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 b27105c...6581302. Read the comment docs.