From 059f6ec9ead0c34004c98af0ef58565b2d410e93 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sun, 1 Mar 2020 23:23:21 +0000 Subject: Add example notebooks to show how to use GolemFlavor --- scripts/mc_unitary.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/mc_unitary.py') diff --git a/scripts/mc_unitary.py b/scripts/mc_unitary.py index 4e8598d..349ec24 100644 --- a/scripts/mc_unitary.py +++ b/scripts/mc_unitary.py @@ -80,7 +80,7 @@ def nuisance_argparse(parser): def process_args(args): """Process the input args.""" - args.source_ratio = fr_utils.normalise_fr(args.source_ratio) + args.source_ratio = fr_utils.normalize_fr(args.source_ratio) def parse_args(args=None): @@ -183,7 +183,6 @@ def main(): nwalkers = args.nwalkers, burnin = args.burnin, nsteps = args.nsteps, - args = args, threads = args.threads ) -- cgit v1.2.3