Niemeyer-Research-Group / pyMARS

Python-based (chemical kinetic) Model Automatic Reduction Software
https://niemeyer-research-group.github.io/pyMARS/
MIT License
58 stars 45 forks source link

JOSS fixes: resolves jcsutherland issues #63

Closed kyleniemeyer closed 5 years ago

kyleniemeyer commented 5 years ago

This PR makes a number of changes to resolve the issues raised by @jcsutherland during his review for our JOSS submission (https://github.com/openjournals/joss-reviews/issues/1543).

In particular, this:

codecov-io commented 5 years ago

Codecov Report

Merging #63 into master will increase coverage by 1.7%. The diff coverage is 60.15%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #63     +/-   ##
=========================================
+ Coverage   65.46%   67.16%   +1.7%     
=========================================
  Files          12       12             
  Lines        1193     1261     +68     
  Branches      299      294      -5     
=========================================
+ Hits          781      847     +66     
- Misses        305      314      +9     
+ Partials      107      100      -7
Impacted Files Coverage Δ
pymars/tools.py 48.81% <ø> (ø) :arrow_up:
pymars/pymars.py 0% <0%> (ø) :arrow_up:
pymars/sensitivity_analysis.py 73.43% <100%> (ø) :arrow_up:
pymars/drg.py 84.69% <100%> (ø) :arrow_up:
pymars/pfa.py 87.28% <100%> (ø) :arrow_up:
pymars/drgep.py 77.56% <100%> (ø) :arrow_up:
pymars/reduce_model.py 92% <60%> (-8%) :arrow_down:
pymars/simulation.py 85% <80.82%> (+25%) :arrow_up:
pymars/sampling.py 67.08% <82.95%> (+10.43%) :arrow_up:

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 c6aa27b...f7326e8. Read the comment docs.