aboutsummaryrefslogtreecommitdiffstats
path: root/utils/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/plot.py')
-rw-r--r--utils/plot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/plot.py b/utils/plot.py
index c83181c..c70ffec 100644
--- a/utils/plot.py
+++ b/utils/plot.py
@@ -198,6 +198,8 @@ def chainer_plot(infile, outfile, outformat, args, mcmc_paramset):
g.export(outfile+'_angles.'+of)
if args.plot_elements:
+ if args.fix_mixing_almost:
+ raise NotImplementedError
nu_index = mcmc_paramset.from_tag(ParamTag.NUISANCE, index=True)
fr_index = mcmc_paramset.from_tag(ParamTag.MMANGLES, index=True)
sc_index = mcmc_paramset.from_tag(ParamTag.SCALE, index=True)