From 3b588eeef1d08f1428b2808401da4395a5dedd0b Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 5 Oct 2019 10:49:46 -0500 Subject: fix typo in plot-energy --- utils/plot-energy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/plot-energy') diff --git a/utils/plot-energy b/utils/plot-energy index ce4fb89..66691e0 100755 --- a/utils/plot-energy +++ b/utils/plot-energy @@ -259,7 +259,7 @@ def gtid_sort(ev, first_gtid): if run not in first_gtid: print_warning("No RHDR bank for run %i! Assuming first event is the first GTID." % run) - first_gtid[run] = ev_run.gtid[0] + first_gtid[run] = ev.gtid[0] ev.loc[ev.gtid < first_gtid[run],'gtid_sort'] += 0x1000000 -- cgit