Skip to content
Snippets Groups Projects
Commit a93786f3 authored by Gerhard Raven's avatar Gerhard Raven
Browse files

do not hardwire potentially changing hash in qmt refblock

parent adc7da1a
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!904notify user if a specified option is overruled, fix python test
Pipeline #5672816 passed
......@@ -45,7 +45,7 @@ def print_decay_tree(options: Options):
def print_header(options: Options):
ph = PrintHeader(ODINLocation=make_odin())
ph = PrintHeader(name='PrintHeader', ODINLocation=make_odin())
node = CompositeNode("PHNode", children=[ph])
......
......@@ -24,7 +24,7 @@
</set></argument>
<argument name="validator"><text>
findReferenceBlock("""
PrintHeader_14578b4c INFO Number of counters : 1
PrintHeader INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "EventCount" | 7 |
ApplicationMgr INFO Application Manager Stopped successfully
......
......@@ -17,8 +17,6 @@ from PyConf.reading import get_odin, get_decreports, get_hlt_reports, upfront_de
from PyConf.application import default_raw_event
from GaudiConf.LbExec import InputProcessTypes
import re
def test_define_write_fsr():
"""
......@@ -162,8 +160,7 @@ def test_get_odin():
raw_event_format=options.input_raw_format,
stream=options.input_stream):
odin = get_odin()
assert re.fullmatch("/Event/createODIN_[0-9a-f]*/ODIN",
odin.location) is not None
assert "/Event/Decode_ODIN/ODIN" == odin.location
def test_get_decreports():
......
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