Skip to content
Snippets Groups Projects
Commit 13c2d56e authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'rootcomp' into 'master'

TrigValTools: Fix rootcomp sortLabels option

See merge request atlas/athena!35033
parents 70d32aff 0fbe5b6c
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ def main(): ...@@ -63,7 +63,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