chainDump.py: add option to write a condensed counts yaml file
- Nov 05, 2020
-
-
Rafal Bielski authored7f0ac3e7
-
In an attempt to simplify trigger counts reference comparison (ATR-21386):
To be done in next MR: Replace the current reference comparison step with a step using the yaml file.
The comparison will still be a simple text diff, treating the yaml file as a plain text file. Yaml is chosen just because it's human-readable, uses minimal amount of extra characters for formatting (unlike JSON), and there is a python module to dump a dict to yaml without the need to implement our own formatting.
The new file format can be seen here: https://its.cern.ch/jira/secure/attachment/255328/255328_chainDump.v2.yml