opencobra / memote

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

refactor: change behavior of `find_bounds` #583

Closed Midnighter closed 5 years ago

Midnighter commented 5 years ago

Use the median instead of min/max.

codecov[bot] commented 5 years ago

Codecov Report

Merging #583 into develop will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #583      +/-   ##
===========================================
+ Coverage    80.03%   80.04%   +<.01%     
===========================================
  Files           57       57              
  Lines         2925     2926       +1     
  Branches       386      385       -1     
===========================================
+ Hits          2341     2342       +1     
  Misses         518      518              
  Partials        66       66
Impacted Files Coverage Δ
memote/suite/tests/test_consistency.py 95.29% <ø> (ø) :arrow_up:
memote/support/consistency.py 97.04% <100%> (-0.02%) :arrow_down:
memote/support/helpers.py 93.9% <100%> (+0.06%) :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 03451d5...f81c4d3. Read the comment docs.