From 24dc183465b7a5acb8d13875706a9461b969c7ed Mon Sep 17 00:00:00 2001 From: shivesh Date: Wed, 26 Jun 2019 11:23:25 -0500 Subject: Wed 26 Jun 11:23:25 CDT 2019 --- utils/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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) -- cgit v1.2.3