diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-06-26 11:23:25 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-06-26 11:23:25 -0500 |
| commit | 24dc183465b7a5acb8d13875706a9461b969c7ed (patch) | |
| tree | 3bdfaf756f13f9e701dbdaa6bf7419f6fa6d60d5 /utils/plot.py | |
| parent | 653b85092b64bc24fb00c91b475968640f2daaa9 (diff) | |
| download | GolemFlavor-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.py | 2 |
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) |
