aboutsummaryrefslogtreecommitdiff
path: root/utils/chi2
diff options
context:
space:
mode:
Diffstat (limited to 'utils/chi2')
-rwxr-xr-xutils/chi22
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/chi2 b/utils/chi2
index 960d87c..0a8fc00 100755
--- a/utils/chi2
+++ b/utils/chi2
@@ -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):