From ae899f497777e7cb1fff7c475ebbf7c6ace4223c Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 22 Dec 2020 06:41:13 -0600 Subject: fix typo from last commit --- utils/chi2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/chi2') 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() -- cgit