diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-08 21:19:28 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-08 21:19:28 +0100 |
| commit | ab3c4ac2bfcdae65767f5402cf66d251bb08cadd (patch) | |
| tree | 24ae0d40372fb480ffad68abf4a7d4fb2424cf8b /plot_sens.py | |
| parent | 16acdbb0f2815ce4b89e8580c40b88fe6bc38365 (diff) | |
| parent | a38bd3c03bfd30c138458be13332ea4eb3389229 (diff) | |
| download | GolemFlavor-ab3c4ac2bfcdae65767f5402cf66d251bb08cadd.tar.gz GolemFlavor-ab3c4ac2bfcdae65767f5402cf66d251bb08cadd.zip | |
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'plot_sens.py')
| -rwxr-xr-x | plot_sens.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
