Skip to content

Commit

Permalink
automatic formatting
Browse files Browse the repository at this point in the history
triggered by @stelmo on PR #20
  • Loading branch information
stelmo authored and exaexa committed Apr 25, 2024
1 parent 3903bad commit 0baf442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/community.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function community_flux_balance_constraints(
interface_biomass = x -> x.interface.biomass,
)
@assert length(model_abundances) >= 1 "at least one community member is required"
@assert isapprox(sum(last.(model_abundances)), 1)
@assert isapprox(sum(last.(model_abundances)), 1)

bounds_lookup = Dict(community_exchange_bounds)

Expand Down

0 comments on commit 0baf442

Please sign in to comment.