Skip to content
Snippets Groups Projects
Commit a94b8683 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TrigValTools: Fix rootcomp sortLabels option

Fix default value for the `--sortLabels` option (ATR-21786).
parent c524c820
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!35037TrigValTools: Add rootcomp unit test and cleanup
...@@ -25,7 +25,7 @@ def main(): ...@@ -25,7 +25,7 @@ def main():
help = "use axis comparison instead of bin-by-bin") help = "use axis comparison instead of bin-by-bin")
parser.add_option("-l", "--sortLabels", parser.add_option("-l", "--sortLabels",
action = "store_true", action = "store_true", default=False,
help = "sort/deflate alphanumeric axis before comparing") help = "sort/deflate alphanumeric axis before comparing")
parser.add_option("-t", "--threshold", parser.add_option("-t", "--threshold",
......
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