Skip to content
Snippets Groups Projects

update reco binding in hlt2_all_lines.py

Merged Miroslav Saur requested to merge msaur_update_hlt2_all_lines into master
All threads resolved!

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading