diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 22:38:40 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 22:38:40 +0000 |
| commit | 018cf806e2d852df164b0c795d4e3ffcd122dda0 (patch) | |
| tree | 08efc6310ae929d60d9c9881b40a0b337da8841d /golemflavor/mn.py | |
| parent | 4707f109e2bc35c6e6f6b737607323c0a5931e48 (diff) | |
| download | GolemFlavor-018cf806e2d852df164b0c795d4e3ffcd122dda0.tar.gz GolemFlavor-018cf806e2d852df164b0c795d4e3ffcd122dda0.zip | |
add brackets to all print statements
Diffstat (limited to 'golemflavor/mn.py')
| -rw-r--r-- | golemflavor/mn.py | 2 |
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, |
