diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-11-01 12:56:44 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-11-01 12:56:44 -0600 |
commit | 6f78f4479241089c5620ea935c61f3ef054b4689 (patch) | |
tree | f46f92f4f79d0157afbc0386f0b8fdb32aa2d70f | |
parent | 6ffab86daa351824571a75fba9c76b53078b45bb (diff) | |
download | sddm-6f78f4479241089c5620ea935c61f3ef054b4689.tar.gz sddm-6f78f4479241089c5620ea935c61f3ef054b4689.tar.bz2 sddm-6f78f4479241089c5620ea935c61f3ef054b4689.zip |
accidentally committed a print statement
-rw-r--r-- | utils/sddm/plot_energy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/sddm/plot_energy.py b/utils/sddm/plot_energy.py index efbaa36..0516729 100644 --- a/utils/sddm/plot_energy.py +++ b/utils/sddm/plot_energy.py @@ -506,7 +506,6 @@ def get_events(filenames, merge_fits=False, nhit_thresh=None, apply_nhit_trigger # retrigger cut jumps = ev_run.gtid.values[1:] - next_gtid[ev_run.gtid[:-1].values] if np.count_nonzero(jumps != 0): - print(ev_run[jumps != 0][['run','gtid','gtid_diff']]) print_warning("Warning: %i GTID jumps in run %i" % (np.count_nonzero(jumps != 0),run)) # calculate the time difference between each event and the previous event |