aboutsummaryrefslogtreecommitdiff
path: root/utils/chi2
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-12-22 06:41:13 -0600
committertlatorre <tlatorre@uchicago.edu>2020-12-22 06:41:13 -0600
commitae899f497777e7cb1fff7c475ebbf7c6ace4223c (patch)
tree16d1b69e62e5d0cba0e9a315bd478d2ba973d116 /utils/chi2
parent3c09eb24384c2b9ef968cfe58f54ac306dd05327 (diff)
downloadsddm-ae899f497777e7cb1fff7c475ebbf7c6ace4223c.tar.gz
sddm-ae899f497777e7cb1fff7c475ebbf7c6ace4223c.tar.bz2
sddm-ae899f497777e7cb1fff7c475ebbf7c6ace4223c.zip
fix typo from last commit
Diffstat (limited to 'utils/chi2')
-rwxr-xr-xutils/chi22
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/chi2 b/utils/chi2
index b402a4b..f86eb35 100755
--- a/utils/chi2
+++ b/utils/chi2
@@ -513,8 +513,6 @@ if __name__ == '__main__':
evs = []
for run, df in rhdr.groupby('run'):
- if args.run_list and run not in run_list:
- continue
evs.append(get_events(df.filename.values, merge_fits=True, nhit_thresh=args.nhit_thresh))
ev = pd.concat(evs).reset_index()