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: handle a case where demand reactions already exist in a given model #611

Closed ChristianLieven closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #611 into develop will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #611      +/-   ##
===========================================
+ Coverage     79.8%   79.83%   +0.03%     
===========================================
  Files           59       59              
  Lines         3109     3105       -4     
  Branches       427      427              
===========================================
- Hits          2481     2479       -2     
+ Misses         555      553       -2     
  Partials        73       73
Impacted Files Coverage Δ
memote/support/biomass.py 97.5% <100%> (+1.53%) :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 daf6d8d...aec09a8. Read the comment docs.

ChristianLieven commented 5 years ago

I'd forgotten where we were doing this! Made changes accordingly.