Skip to content

Commit

Permalink
automatic formatting
Browse files Browse the repository at this point in the history
triggered by @stelmo on PR #772
  • Loading branch information
stelmo committed Mar 5, 2023
1 parent 5901bec commit a458d78
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/reconstruction/constrained_allocation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@
@test first(ribomodel.reactions["r6"].gene_associations).kcat_forward == 0.2
@test first(m.reactions["r6"].gene_associations).kcat_forward == 10.0

cam = make_simplified_enzyme_constrained_model(
ribomodel;
total_reaction_mass_bound = 0.5,
)
cam =
make_simplified_enzyme_constrained_model(ribomodel; total_reaction_mass_bound = 0.5)

@test coupling(cam)[1, 7] == 5.0

Expand Down

0 comments on commit a458d78

Please sign in to comment.