diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 02:18:50 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 02:18:50 +0000 |
| commit | b337b7a457341999f97a188945c2c4cc03f7b11c (patch) | |
| tree | 820f45be852f94ae68fb4a407d677345366db02b /scripts/plot_sens.py | |
| parent | 7b32b3e2c437f65f6ac946d16463691e7496be29 (diff) | |
| download | GolemFlavor-b337b7a457341999f97a188945c2c4cc03f7b11c.tar.gz GolemFlavor-b337b7a457341999f97a188945c2c4cc03f7b11c.zip | |
move golemfit test to another repo and slightly reluctantly use american style flavor spelling consistently
Diffstat (limited to 'scripts/plot_sens.py')
| -rw-r--r-- | scripts/plot_sens.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/plot_sens.py b/scripts/plot_sens.py index 2c827ca..a7b9b28 100644 --- a/scripts/plot_sens.py +++ b/scripts/plot_sens.py @@ -5,7 +5,7 @@ # date : April 28, 2018 """ -HESE BSM flavour ratio analysis plotting script +HESE BSM flavor ratio analysis plotting script """ from __future__ import absolute_import, division @@ -97,7 +97,7 @@ def process_args(args): def parse_args(args=None): """Parse command line arguments""" parser = argparse.ArgumentParser( - description="HESE BSM flavour ratio analysis plotting script", + description="HESE BSM flavor ratio analysis plotting script", formatter_class=SortingHelpFormatter, ) parser.add_argument( @@ -119,7 +119,7 @@ def parse_args(args=None): ) parser.add_argument( '--source-ratios', type=int, nargs='*', default=None, - required=False, help='Set the source flavour ratios' + required=False, help='Set the source flavor ratios' ) parser.add_argument( '--x-segments', type=int, default=None, |
