aboutsummaryrefslogtreecommitdiffstats
path: root/utils/plot.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-06-26 17:34:15 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-06-26 17:34:15 +0100
commit18928b0f5f7afe14e649f72b178a2c685bd602a6 (patch)
treeefa70b62a27b6e3154b506e4f65a2e28c959d67b /utils/plot.py
parent8310ac4f965b35fc3f23175cd26692808fb8b669 (diff)
parent3d15334cab7604bb832cdc91e32338f96ac754bd (diff)
downloadGolemFlavor-18928b0f5f7afe14e649f72b178a2c685bd602a6.tar.gz
GolemFlavor-18928b0f5f7afe14e649f72b178a2c685bd602a6.zip
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'utils/plot.py')
-rw-r--r--utils/plot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot.py b/utils/plot.py
index 89cd1c3..284ba63 100644
--- a/utils/plot.py
+++ b/utils/plot.py
@@ -505,7 +505,7 @@ def plot_statistic(data, outfile, outformat, args, scale_param, label=None):
min_idx = np.argmin(scales)
null = statistic[min_idx]
- fig_text += '\nnull lnZ = {0:.2f}'.format(null)
+ # fig_text += '\nnull lnZ = {0:.2f}'.format(null)
if args.stat_method is StatCateg.BAYESIAN:
reduced_ev = -(statistic_rm - null)