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 d2d0f28 commit e743dab
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 @@ -360,3 +360,5 @@ delete!(c.exchanges, :production_is_zero)
# In the end, the flux optimization yields an expectably different result:
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 e743dab

Please sign in to comment.