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

docs: change expected identifier type to integer #114

Closed Midnighter closed 5 years ago

Midnighter commented 5 years ago

Based on the work in https://github.com/DD-DeCaF/model-warehouse/pull/5 the organism_id in the model-warehouse is changed from string type to integer.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##            devel     #114   +/-   ##
=======================================
  Coverage   72.33%   72.33%           
=======================================
  Files          20       20           
  Lines         694      694           
=======================================
  Hits          502      502           
  Misses        192      192
Impacted Files Coverage Δ
src/model/storage.py 83.67% <ø> (ø) :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 506b090...c3183aa. Read the comment docs.

Midnighter commented 5 years ago

Cheers, I'll let you merge this when the time is right.