diff options
| author | tlatorre <tlatorre@uchicago.edu> | 2020-12-22 06:41:13 -0600 |
|---|---|---|
| committer | tlatorre <tlatorre@uchicago.edu> | 2020-12-22 06:41:13 -0600 |
| commit | ae899f497777e7cb1fff7c475ebbf7c6ace4223c (patch) | |
| tree | 16d1b69e62e5d0cba0e9a315bd478d2ba973d116 /utils/chi2 | |
| parent | 3c09eb24384c2b9ef968cfe58f54ac306dd05327 (diff) | |
| download | sddm-ae899f497777e7cb1fff7c475ebbf7c6ace4223c.tar.gz sddm-ae899f497777e7cb1fff7c475ebbf7c6ace4223c.tar.bz2 sddm-ae899f497777e7cb1fff7c475ebbf7c6ace4223c.zip | |
fix typo from last commit
Diffstat (limited to 'utils/chi2')
| -rwxr-xr-x | utils/chi2 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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() |
