Skip to content

Commit

Permalink
Merge pull request #619 from LCSB-BioCore/mk-bump-131
Browse files Browse the repository at this point in the history
bemp version 1.3.1
  • Loading branch information
exaexa authored May 16, 2022
2 parents 3b355fb + 6184ca1 commit 78eb5bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "COBREXA"
uuid = "babc4406-5200-4a30-9033-bf5ae714c842"
authors = ["The developers of COBREXA.jl"]
version = "1.3.0"
version = "1.3.1"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
4 changes: 2 additions & 2 deletions src/base/types/wrappers/GeckoModel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ end
objective(model::GeckoModel)
Return the objective of the [`GeckoModel`](@ref). Note, the objective is with
respect to the internal variables, i.e. [`reactions(model)`](@ref), which are
the unidirectional reactions and the genes involved in enzymatic reactions that
respect to the internal variables, i.e. [`reactions(model)`](@ref), which are
the unidirectional reactions and the genes involved in enzymatic reactions that
have kinetic data.
"""
objective(model::GeckoModel) = model.objective
Expand Down
2 changes: 1 addition & 1 deletion test/analysis/gecko.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@test isapprox(prot_mass, total_gene_product_mass, atol = TEST_TOLERANCE)
@test isapprox(prot_mass, mass_groups["uncategorized"], atol = TEST_TOLERANCE)

# test enzyme objective
# test enzyme objective
growth_lb = rxn_fluxes["BIOMASS_Ecoli_core_w_GAM"] * 0.9
opt_model = flux_balance_analysis(
gm,
Expand Down

0 comments on commit 78eb5bd

Please sign in to comment.