Niemeyer-Research-Group / pyMARS

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

Fix a typo where high should have been low #74

Closed xMestas closed 4 years ago

xMestas commented 4 years ago

Fixes #73

codecov-commenter commented 4 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   66.98%   66.98%           
=======================================
  Files          12       12           
  Lines        1266     1266           
  Branches      294      294           
=======================================
  Hits          848      848           
- Misses        316      317    +1     
+ Partials      102      101    -1     
Impacted Files Coverage Δ
pymars/soln2ck.py 62.71% <ø> (ø)
pymars/drgep.py 77.12% <0.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 ca39369...d2f719e. Read the comment docs.

kyleniemeyer commented 4 years ago

Hmm, this isn't passing due to some YAML / ruamel_yaml issues. Will need to resolve those before merging.

kyleniemeyer commented 4 years ago

Oh, my bad. I was looking at the Travis output for the wrong PR. This passes just fine.

kyleniemeyer commented 4 years ago

https://travis-ci.org/github/Niemeyer-Research-Group/pyMARS/builds/699931735