Skip to content

Commit

Permalink
automatic formatting
Browse files Browse the repository at this point in the history
triggered by @stelmo on PR #811
  • Loading branch information
stelmo committed Dec 21, 2023
1 parent db0bcad commit c095691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/src/examples/07-loopless-models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ sol.pseudo_gibbs_free_energy_reaction
0.8739215069684292,
atol = TEST_TOLERANCE,
) #src

6 changes: 3 additions & 3 deletions docs/src/examples/08-community-models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ model = load_model("e_coli_core.json")
# are then linked to an environmental exchange. For more theoretical details,
# see "Gottstein, et al, 2016, Constraint-based stoichiometric modelling from
# single organisms to microbial communities, Journal of the Royal Society
# Interface".
# Interface".

# ## Building a community of two *E. coli*s
# ## Building a community of two *E. coli*s

# Here we will construct a simple community of two interacting microbes. To do
# this, we need to import the models. We import the models are ConstraintTrees,
Expand Down Expand Up @@ -100,7 +100,7 @@ sol = optimized_constraints(
@test isapprox(sol.:objective, 0.66686196344, atol = TEST_TOLERANCE) #src

# At the moment the members cannot really exchange any metabolites. We can
# change this by changing their individual exchange bounds.
# change this by changing their individual exchange bounds.
mets = [:EX_akg_e, :EX_succ_e, :EX_pyr_e, :EX_acald_e, :EX_fum_e, :EX_mal__L_e]
for met in mets
m.bug1.fluxes[met].bound = (-1000.0, 1000.0)
Expand Down
1 change: 0 additions & 1 deletion src/analysis/loopless_flux_balance.jl
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit c095691

Please sign in to comment.