aboutsummaryrefslogtreecommitdiffstats
path: root/golemflavor/mn.py
diff options
context:
space:
mode:
Diffstat (limited to 'golemflavor/mn.py')
-rw-r--r--golemflavor/mn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/golemflavor/mn.py b/golemflavor/mn.py
index e8ff3b4..1e6c9fc 100644
--- a/golemflavor/mn.py
+++ b/golemflavor/mn.py
@@ -85,7 +85,7 @@ def mn_evidence(mn_paramset, llh_paramset, asimov_paramset, args, prefix='mn'):
if args.run_mn:
make_dir(prefix)
- print 'Running evidence calculation for {0}'.format(prefix)
+ print('Running evidence calculation for {0}'.format(prefix))
run(
LogLikelihood = lnProbEval,
Prior = CubePrior,