diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-01 23:23:21 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-01 23:23:21 +0000 |
| commit | 059f6ec9ead0c34004c98af0ef58565b2d410e93 (patch) | |
| tree | a1faa98c431f8513bae63f5c1a951bac37e1286e /scripts/mc_texture.py | |
| parent | bd23e7cdec7e8c70ac4feeb77b21cfcf2c775f3c (diff) | |
| download | GolemFlavor-059f6ec9ead0c34004c98af0ef58565b2d410e93.tar.gz GolemFlavor-059f6ec9ead0c34004c98af0ef58565b2d410e93.zip | |
Add example notebooks to show how to use GolemFlavor
Diffstat (limited to 'scripts/mc_texture.py')
| -rw-r--r-- | scripts/mc_texture.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 ) |
