Skip to content
Snippets Groups Projects
Unverified Commit f2d37f03 authored by St. Elmo's avatar St. Elmo
Browse files

fix test kwargs

parent 36cdbcb5
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,9 @@
gm =
bounded_model |> with_gecko(
reaction_isozymes = get_reaction_isozymes,
gene_product_limit = _ -> (0.0, 0.05),
gene_product_bounds = _ -> (0.0, 0.05),
gene_product_molar_mass = get_gene_product_mass,
group_mass_limit = _ -> total_protein_mass,
gene_mass_group_bound = _ -> total_protein_mass,
relaxed_arm_reaction_bounds = true,
)
......
......@@ -22,7 +22,7 @@
upper = [nothing, 12.0],
) |>
with_smoment(
reaction_isozymes = get_reaction_isozyme,
reaction_isozyme = get_reaction_isozyme,
gene_product_molar_mass = get_gene_product_mass,
total_enzyme_capacity = 100.0,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment