Skip to content

Commit

Permalink
add an actual test
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Dec 6, 2023
1 parent 320cc99 commit 94595ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/metabolic-modeling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,5 @@ c[:exchanges][:biomass].bound = (-30.0, 30.0)

result = C.ValueTree(c, optimized_vars(c, c.exchanges.biomass.value, GLPK.Optimizer))
result.exchanges

@test result.exchanges.oxygen < -19.0 #src

0 comments on commit 94595ef

Please sign in to comment.