Skip to content
Snippets Groups Projects
Unverified Commit d2880846 authored by cylon-x's avatar cylon-x :robot: Committed by St. Elmo
Browse files

automatic formatting changes

parent a2d0d86b
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,10 @@ function warmup(
)
# get constraints from one of the workers
lbs, ubs = get_val_from(workers[1], :(COBREXA.get_bound_vectors(cobrexa_hit_and_run_warmup_model)))
lbs, ubs = get_val_from(
workers[1],
:(COBREXA.get_bound_vectors(cobrexa_hit_and_run_warmup_model)),
)
# free the data on workers
map(fetch, remove_from.(workers, :cobrexa_hit_and_run_warmup_model))
......
......@@ -13,9 +13,11 @@
N = 5000_000,
nchains = 3,
samplesize = 10_000,
modifications = [change_constraint("EX_glc__D_e",-10, -10),
change_constraint("BIOMASS_Ecoli_core_w_GAM", 0.8, 0.8)]
)
modifications = [
change_constraint("EX_glc__D_e", -10, -10),
change_constraint("BIOMASS_Ecoli_core_w_GAM", 0.8, 0.8),
],
)
# # The sampling converges very slowly, so can't really do an accurate test
# with so few samples
......
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