xuanxu / starmatrix

Modelling nucleosynthesis of galactic chemical elements
https://starmatrix.readthedocs.io
MIT License
1 stars 3 forks source link

Correction to abundances for CRI-LIM yields #28

Closed xuanxu closed 3 years ago

xuanxu commented 4 years ago

This PR adds a correction to the abundances data when using the following combination of yields:

Data needs to be corrected because for metalicities z < 0.014 they don't follow solar scale.

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will increase coverage by 0.27%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   99.45%   99.73%   +0.27%     
==========================================
  Files          11       11              
  Lines         729      741      +12     
  Branches      105      108       +3     
==========================================
+ Hits          725      739      +14     
+ Misses          1        0       -1     
+ Partials        3        2       -1     
Impacted Files Coverage Δ
src/intergalactic/settings.py 100.00% <ø> (ø)
src/intergalactic/abundances.py 100.00% <100.00%> (ø)
src/intergalactic/dtds.py 100.00% <100.00%> (+4.76%) :arrow_up:
src/intergalactic/elements.py 100.00% <100.00%> (ø)
src/intergalactic/matrix.py 99.25% <100.00%> (+0.01%) :arrow_up:
src/intergalactic/model.py 100.00% <100.00%> (ø)

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 fab9072...c30aa8e. Read the comment docs.