Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2024
1 parent 697c689 commit 7e49388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straxen/plugins/events/peaks_of_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MultiPeakData(strax.Plugin):

def compute(self, peaks, events):

# Just interested in S1 or S2 peaks.
# Just interested in S1 or S2 peaks.
# Here would be the place to apply further peak quality cuts.
peaks = peaks[peaks["type"] != 0]

Expand Down

0 comments on commit 7e49388

Please sign in to comment.