COSMIC-PopSynth / COSMIC

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

quick fix for CMC #504

Closed carlrodriguez closed 3 years ago

carlrodriguez commented 3 years ago

For the independent sampler, removes the need for a bunch of the COSMIC specific dictionary entries in the ini files (e.g. "convergence", "sampling", etc).

codecov[bot] commented 3 years ago

Codecov Report

Merging #504 (0d80e4b) into develop (898481f) will increase coverage by 20.28%. The diff coverage is 54.27%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #504       +/-   ##
============================================
+ Coverage    30.43%   50.71%   +20.28%     
============================================
  Files           39       41        +2     
  Lines         7960     8251      +291     
============================================
+ Hits          2422     4184     +1762     
+ Misses        5538     4067     -1471     
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 76682a2...0d80e4b. Read the comment docs.