aboutsummaryrefslogtreecommitdiffstats
path: root/utils/plot.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-06-26 11:23:25 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-06-26 11:23:25 -0500
commit24dc183465b7a5acb8d13875706a9461b969c7ed (patch)
tree3bdfaf756f13f9e701dbdaa6bf7419f6fa6d60d5 /utils/plot.py
parent653b85092b64bc24fb00c91b475968640f2daaa9 (diff)
downloadGolemFlavor-24dc183465b7a5acb8d13875706a9461b969c7ed.tar.gz
GolemFlavor-24dc183465b7a5acb8d13875706a9461b969c7ed.zip
Wed 26 Jun 11:23:25 CDT 2019
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)