Skip to content
Snippets Groups Projects

Add test for Allen called from lbexec

Merged Dorothea Vom Bruch requested to merge dovombru_lbexec_Allen into master
Files
2
@@ -8,9 +8,10 @@
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
from Moore import run_allen, Options
from RecoConf.hlt1_allen import allen_gaudi_node
from Moore import run_allen
def allen_hlt1_production(options):
return run_allen(options)
def allen_hlt1_production(options: Options):
with allen_gaudi_node.bind(sequence="hlt1_pp_default"):
return run_allen(options)
Loading