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

Remove "deltas" feature #120

Closed kvikshaug closed 5 years ago

kvikshaug commented 5 years ago

This removes the feature of caching model operations resolved based on omics data in redis, and as a consequence removes the redis dependency entirely.

codecov-io commented 5 years ago

Codecov Report

Merging #120 into devel will decrease coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #120      +/-   ##
==========================================
- Coverage   72.37%   72.01%   -0.37%     
==========================================
  Files          20       19       -1     
  Lines         695      661      -34     
==========================================
- Hits          503      476      -27     
+ Misses        192      185       -7
Impacted Files Coverage Δ
src/model/settings.py 100% <ø> (ø) :arrow_up:
src/model/resources.py 66.34% <100%> (+1.74%) :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 b0eb35f...918ac6f. Read the comment docs.