Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorytov committed Mar 6, 2020
1 parent 26fc447 commit 88ffef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_parameter_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def load_pc(pattern, mass_defs, model_defs, cent_defs, peak_defs, title=None):
elif plot_name == 'miscentering':
plot_mstar0_AQ_miscentering()
else:
raise KeyError("{} not a list plot".format(plot))
raise KeyError("{} not a list plot".format(plot_function))
dtk.save_figs('figs/'+__file__+'/'+plot_name+'/', '.pdf')
plt.show()
exit()
Expand Down

0 comments on commit 88ffef5

Please sign in to comment.