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

automatic formatting changes

parent 9d587b56
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ function hit_and_run(
optimizer;
modifications = modifications,
workers = workers, # parallel
warmup_points = warmup_indices
warmup_points = warmup_indices,
)
# load warmup points to workers
......@@ -92,7 +92,14 @@ function hit_and_run(
# do in parallel!
samples = dpmap(
x -> :($COBREXA._serial_hit_and_run(cobrexa_ws, cobrexa_lbs, cobrexa_ubs, $samplesize, $keepevery, $N)),
x -> :($COBREXA._serial_hit_and_run(
cobrexa_ws,
cobrexa_lbs,
cobrexa_ubs,
$samplesize,
$keepevery,
$N,
)),
CachingPool(workers),
1:nchains,
)
......
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