opencobra / memote

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

fix: set threshold to model tolerance when solution is infeasible #684

Closed carrascomj closed 4 years ago

carrascomj commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #684 into develop will decrease coverage by 0.16%. The diff coverage is 82.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #684      +/-   ##
===========================================
- Coverage    83.10%   82.94%   -0.17%     
===========================================
  Files           49       49              
  Lines         2640     2650      +10     
  Branches       431      433       +2     
===========================================
+ Hits          2194     2198       +4     
- Misses         355      360       +5     
- Partials        91       92       +1     
Impacted Files Coverage Δ
src/memote/experimental/config.py 80.32% <72.72%> (-0.76%) :arrow_down:
src/memote/experimental/essentiality.py 90.00% <100.00%> (-0.33%) :arrow_down:
src/memote/experimental/experiment.py 82.35% <100.00%> (+1.10%) :arrow_up:
src/memote/experimental/experimental_base.py 84.21% <100.00%> (ø)
src/memote/experimental/growth.py 78.12% <100.00%> (-0.67%) :arrow_down:
src/memote/suite/cli/reports.py 75.55% <0.00%> (-2.23%) :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 ccef505...c82fe0a. Read the comment docs.

Midnighter commented 4 years ago

Cheers, thank you for your quick work. :slightly_smiling_face: