Skip to content

Commit

Permalink
update example slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Dec 27, 2023
1 parent c2ea5a2 commit 001fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/08-community-models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bug2_ex_fluxes = Dict(k => v for (k, v) in sol.bug2.fluxes if startswith(string(
# In this specific case, look at the flux of pyruvate (EX_pyr_e). There is no
# environmental exchange flux, so the two microbes share the metabolite.
# However, `bug1_ex_fluxes[:EX_pyr_e] != bug2_ex_fluxes[:EX_pyr_e]`, but rather
# `abundance_bug1 * bug1_ex_fluxes[:EX_pyr_e] != abundance_bug2 *
# `abundance_bug1 * bug1_ex_fluxes[:EX_pyr_e] == abundance_bug2 *
# bug2_ex_fluxes[:EX_pyr_e]`. Take care of this when comparing fluxes!

@test isapprox(
Expand Down

0 comments on commit 001fd75

Please sign in to comment.