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_texture.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/mc_texture.py') diff --git a/scripts/mc_texture.py b/scripts/mc_texture.py index 0a96741..d2f38bc 100644 --- a/scripts/mc_texture.py +++ b/scripts/mc_texture.py @@ -99,7 +99,7 @@ def process_args(args): """Process the input args.""" if args.texture is Texture.NONE: raise ValueError('Must assume a BSM texture') - args.source_ratio = fr_utils.normalise_fr(args.source_ratio) + args.source_ratio = fr_utils.normalize_fr(args.source_ratio) args.binning = np.logspace( np.log10(args.binning[0]), np.log10(args.binning[1]), args.binning[2]+1 @@ -210,7 +210,6 @@ def main(): nwalkers = args.nwalkers, burnin = args.burnin, nsteps = args.nsteps, - args = args, threads = args.threads ) -- cgit v1.2.3