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/contour.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/contour.py')
| -rw-r--r-- | scripts/contour.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/contour.py b/scripts/contour.py index 4785117..162b465 100644 --- a/scripts/contour.py +++ b/scripts/contour.py @@ -94,7 +94,7 @@ def nuisance_argparse(parser): def process_args(args): """Process the input args.""" if args.data is not DataType.REAL: - args.injected_ratio = fr_utils.normalise_fr(args.injected_ratio) + args.injected_ratio = fr_utils.normalize_fr(args.injected_ratio) args.likelihood = Likelihood.GOLEMFIT @@ -224,7 +224,6 @@ def main(): nwalkers = args.nwalkers, burnin = args.burnin, nsteps = args.nsteps, - args = args, threads = args.mcmc_threads ) mcmc_utils.save_chains(samples, outfile) |
