Skip to content
Snippets Groups Projects
Unverified Commit 9cd547d7 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

fix mass precache

parent 18c6fd60
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ function screen_model_variants(
map(fetch, save_at.(workers, :cobrexa_screen_model, Ref(model)))
map(fetch, save_at.(workers, :cobrexa_screen_analysis_fn, Ref(analysis)))
map(fetch, get_from.(workers, :(precache!(cobrexa_screen_model))))
map(fetch, get_from.(workers, Ref(:(precache!(cobrexa_screen_model)))))
res = dpmap(
mods -> :($COBREXA.screen_one_variant(
......
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