From b337b7a457341999f97a188945c2c4cc03f7b11c Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 29 Feb 2020 02:18:50 +0000 Subject: move golemfit test to another repo and slightly reluctantly use american style flavor spelling consistently --- scripts/plot_sens.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/plot_sens.py') 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, -- cgit v1.2.3