From 8d560bf7d1bb78ebf31f23581c51d9a3ac7204c2 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 15 Apr 2019 17:48:46 +0100 Subject: fig2 refactor --- contour.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contour.py') diff --git a/contour.py b/contour.py index 713bb22..ed566b3 100755 --- a/contour.py +++ b/contour.py @@ -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 -- cgit v1.2.3