Closed kvikshaug closed 5 years ago
Merging #140 into devel will increase coverage by
0.6%
. The diff coverage is100%
.
@@ Coverage Diff @@
## devel #140 +/- ##
=========================================
+ Coverage 71.89% 72.49% +0.6%
=========================================
Files 20 20
Lines 804 807 +3
=========================================
+ Hits 578 585 +7
+ Misses 226 222 -4
Impacted Files | Coverage Δ | |
---|---|---|
src/simulations/resources.py | 84.21% <100%> (+0.87%) |
:arrow_up: |
src/simulations/modeling/simulations.py | 94.44% <100%> (+10.66%) |
: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 dc6d3fb...d8bc4d5. Read the comment docs.
Adds a new
status
field to the return value of the simulation service which will have the valueinfeasible
oroptimal
, and only in the latter case are growth and fluxes included.Thoughts:
solution.status
field instead of explicitly defining "optimal" and "infeasible", but we have to do that anyway since it's inaccessible whenraise_error=True
.