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

feat: limit cobra logs to warnings #129

Closed kvikshaug closed 5 years ago

kvikshaug commented 5 years ago

With the merge of https://github.com/opencobra/cobrapy/pull/774, it becomes clear that the log output from cobra is a bit too verbose. Hopefully limiting levels to warning+ shouldn't hide any relevant information during development.

codecov-io commented 5 years ago

Codecov Report

Merging #129 into devel will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel     #129   +/-   ##
=======================================
  Coverage   74.73%   74.73%           
=======================================
  Files          20       20           
  Lines         756      756           
=======================================
  Hits          565      565           
  Misses        191      191
Impacted Files Coverage Δ
src/model/settings.py 81.57% <ø> (ø) :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 fa4cc81...d7be75e. Read the comment docs.