Skip to content

update reco binding in hlt2_all_lines.py

Miroslav Saur requested to merge msaur_update_hlt2_all_lines into master

hlt2_all_lines is currently is not using a proper binding:

config = run_moore(options, make_lines, public_tools)

where the correct binding in this case should be:

with reconstruction.bind(from_file=True):
    config = run_moore(options, make_lines, public_tools)

FYI: @avilla @peilian

Edited by Miroslav Saur

Merge request reports