From a38bd3c03bfd30c138458be13332ea4eb3389229 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 8 Apr 2019 15:15:12 -0500 Subject: Mon 8 Apr 15:15:12 CDT 2019 --- plot_sens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot_sens.py') diff --git a/plot_sens.py b/plot_sens.py index ba3e923..f91b5f2 100755 --- a/plot_sens.py +++ b/plot_sens.py @@ -163,7 +163,7 @@ def parse_args(args=None): help='Set the new physics dimensions to consider' ) parser.add_argument( - '--source-ratios', type=int, nargs='*', default=[2, 1, 0], + '--source-ratios', type=int, nargs='*', default=[1, 2, 0], help='Set the source flavour ratios for the case when you want to fix it' ) if args is None: return parser.parse_args() -- cgit v1.2.3