From a1396b4de4473185fd2e8f13cb3419f3d1f23ebe Mon Sep 17 00:00:00 2001 From: Tooba Ali <alit1@myumanitoba.ca> Date: Fri, 7 Apr 2023 02:51:54 +0000 Subject: [PATCH] fix typo --- benchmarks/dis/analysis/truth_reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/dis/analysis/truth_reconstruction.py b/benchmarks/dis/analysis/truth_reconstruction.py index d9f401ce..c1c21b0a 100644 --- a/benchmarks/dis/analysis/truth_reconstruction.py +++ b/benchmarks/dis/analysis/truth_reconstruction.py @@ -333,7 +333,7 @@ for i in range(len(MC_list)): #Repeat the following steps for each variable (mom plt.savefig(os.path.join(r_path, '%s_difference_vs_momentum_%s.png' % (title_list_n[i],config))) plt.close() - title ='difference vs momentum' + title ='difference vs momentum' particle_nlist = ['All','Pions','Protons','Electrons','Neutrons','Photons'] for j in range(len(X_list)):#Repeat the following steps for each particle (pions,protons,electrons,neutrons,photons) Y_error[j] = error_bars(X_plot[j], Y_plot[j], x_range) -- GitLab