diff options
| author | tlatorre <tlatorre@uchicago.edu> | 2020-12-21 11:53:59 -0600 |
|---|---|---|
| committer | tlatorre <tlatorre@uchicago.edu> | 2020-12-21 11:53:59 -0600 |
| commit | afdaef8c30c975ef232dda1e90d8a96a2e1bd0aa (patch) | |
| tree | e95b37fd937ae604a908e5e7075e62fbd26d2fba /utils/chi2 | |
| parent | 4448dc714d2fba1f584c705ba2e50a24f4eecdb4 (diff) | |
| download | sddm-afdaef8c30c975ef232dda1e90d8a96a2e1bd0aa.tar.gz sddm-afdaef8c30c975ef232dda1e90d8a96a2e1bd0aa.tar.bz2 sddm-afdaef8c30c975ef232dda1e90d8a96a2e1bd0aa.zip | |
fix another rhdr check
Diffstat (limited to 'utils/chi2')
| -rwxr-xr-x | utils/chi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -630,7 +630,7 @@ if __name__ == '__main__': sys.exit(1) if not args.pull and not args.coverage: - ev_mc = ev_mc[ev_mc.run.isin(rhdr.run)] + ev_mc = ev_mc[ev_mc.run.isin(ev.run)] data_mc = ev_mc[ev_mc.signal & ev_mc.prompt & ~ev_mc.atm] data_atm_mc = ev_mc[ev_mc.signal & ev_mc.prompt & ev_mc.atm] |
