opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
127 stars 27 forks source link

fix: invert logic of test_fast_growth_default #585

Closed ChristianLieven closed 5 years ago

ChristianLieven commented 5 years ago

The reason for the odd value was inverted logic in the test function.

codecov[bot] commented 5 years ago

Codecov Report

Merging #585 into develop will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #585      +/-   ##
===========================================
- Coverage    80.04%   79.98%   -0.06%     
===========================================
  Files           57       57              
  Lines         2926     2928       +2     
  Branches       385      386       +1     
===========================================
  Hits          2342     2342              
- Misses         518      519       +1     
- Partials        66       67       +1
Impacted Files Coverage Δ
memote/suite/tests/test_biomass.py 91.75% <100%> (+0.17%) :arrow_up:
memote/suite/tests/test_thermodynamics.py 88.88% <0%> (-11.12%) :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 6e849c5...487ac73. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #585 into develop will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #585      +/-   ##
===========================================
+ Coverage    80.04%   80.05%   +0.01%     
===========================================
  Files           57       57              
  Lines         2926     2928       +2     
  Branches       385      386       +1     
===========================================
+ Hits          2342     2344       +2     
  Misses         518      518              
  Partials        66       66
Impacted Files Coverage Δ
memote/suite/tests/test_biomass.py 91.75% <100%> (+0.17%) :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 6e849c5...a42f4f7. Read the comment docs.