diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 17:48:46 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 17:48:46 +0100 |
| commit | 8d560bf7d1bb78ebf31f23581c51d9a3ac7204c2 (patch) | |
| tree | eceab60e2448dea63c903bf2ee36e6d55f32f568 /contour.py | |
| parent | 50729d20db0e832993a61dd8ae99993eaa3b73ea (diff) | |
| download | GolemFlavor-8d560bf7d1bb78ebf31f23581c51d9a3ac7204c2.tar.gz GolemFlavor-8d560bf7d1bb78ebf31f23581c51d9a3ac7204c2.zip | |
fig2 refactor
Diffstat (limited to 'contour.py')
| -rwxr-xr-x | contour.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -195,7 +195,9 @@ def main(): asimov_paramset, hypo_paramset = get_paramsets(args, define_nuisance()) hypo_paramset.extend(asimov_paramset.from_tag(ParamTag.BESTFIT)) - outfile = args.datadir + '/contour' + gen_identifier(args) + + prefix = '' + outfile = args.datadir + '/contour' + prefix + gen_identifier(args) print '== {0:<25} = {1}'.format('outfile', outfile) print 'asimov_paramset', asimov_paramset |
