xuanxu / starmatrix

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

PEP 8 Styling #12

Closed xuanxu closed 5 years ago

xuanxu commented 5 years ago

Fix errors reported by pycodestyle --show-pep8 --show-source src/intergalactic

codecov[bot] commented 5 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.49%. The diff coverage is 89.18%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #12     +/-   ##
========================================
- Coverage   99.29%   98.8%   -0.5%     
========================================
  Files          11      11             
  Lines         571     586     +15     
  Branches       77      81      +4     
========================================
+ Hits          567     579     +12     
- Misses          0       2      +2     
- Partials        4       5      +1
Impacted Files Coverage Δ
src/intergalactic/__init__.py 100% <ø> (ø) :arrow_up:
src/intergalactic/cli.py 97.14% <100%> (+0.08%) :arrow_up:
src/intergalactic/matrix.py 99.24% <100%> (+0.01%) :arrow_up:
src/intergalactic/functions.py 98.79% <100%> (+0.06%) :arrow_up:
src/intergalactic/dtds.py 100% <100%> (ø) :arrow_up:
src/intergalactic/imfs.py 100% <100%> (ø) :arrow_up:
src/intergalactic/model.py 97.1% <50%> (-1.43%) :arrow_down:
src/intergalactic/elements.py 93.54% <50%> (-6.46%) :arrow_down:

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 5de1be8...3d6619e. Read the comment docs.