aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-11-08 15:03:08 -0600
committershivesh <s.p.mandalia@qmul.ac.uk>2018-11-08 15:03:08 -0600
commit198ecfe008d28c2dc6c39c1f405e2ffdc96c26ac (patch)
tree6cb3ceec3d5a6714c13639e8252b159dc05a6c86 /plot_sens.py
parent845c55c269a59620bbf8a6c0d8adab575e1185dc (diff)
parent8a3ec14f263587af8fa87c019afd35e0b9508fbb (diff)
downloadGolemFlavor-198ecfe008d28c2dc6c39c1f405e2ffdc96c26ac.tar.gz
GolemFlavor-198ecfe008d28c2dc6c39c1f405e2ffdc96c26ac.zip
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'plot_sens.py')
-rwxr-xr-xplot_sens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot_sens.py b/plot_sens.py
index 2ecde12..a957fe5 100755
--- a/plot_sens.py
+++ b/plot_sens.py
@@ -353,7 +353,7 @@ def main():
elif args.run_method in fixed_angle_categ:
plot_utils.plot_sens_fixed_angle_pretty(
data = data,
- outfile = baseoutfile + '/fixed_angle_pretty',
+ outfile = baseoutfile + '/fixed_angle_pretty_1108',
outformat = ['png', 'pdf'],
args = args,
)