DD-DeCaF / simulations

Model service which takes care of adjusting model according to incoming messages and returns information such as fluxes, theoretical maximum yields, etc
Apache License 2.0
0 stars 1 forks source link

refactor: implement exchange reaction logic as cobra helper function #149

Closed kvikshaug closed 4 years ago

kvikshaug commented 4 years ago

Ref https://github.com/DD-DeCaF/simulations/pull/148#discussion_r355944887

codecov-io commented 4 years ago

Codecov Report

Merging #149 into devel will decrease coverage by <.01%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #149      +/-   ##
==========================================
- Coverage   74.83%   74.83%   -0.01%     
==========================================
  Files          20       20              
  Lines         906      898       -8     
==========================================
- Hits          678      672       -6     
+ Misses        228      226       -2
Impacted Files Coverage Δ
src/simulations/modeling/adapter.py 64.9% <100%> (-1.03%) :arrow_down:
src/simulations/modeling/cobra_helpers.py 73.21% <80%> (+1.47%) :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 096eece...603bab5. Read the comment docs.