diff options
-rwxr-xr-x | utils/chi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ def get_mc_hists_fast(ke_dict,x,bins,apply_norm=False): mc_hists = {} # FIXME: May need to increase number of bins here - bins2 = np.logspace(np.log10(20),np.log10(10e3),100) + bins2 = np.logspace(np.log10(10),np.log10(20e3),100) bincenters2 = (bins2[1:] + bins2[:-1])/2 for id in (20,22,2020,2022,2222): |