Skip to content

Commit

Permalink
Committed with wrong user
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdenhollander committed Nov 23, 2023
1 parent 804171f commit e7bdffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amstrax/plugins/peaks/peak_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def compute(self, peaks):
# is_s2 &= both_pmts_filter
r['type'][is_s2] = 2

# print(f"We found {np.sum(is_s1)} S1s and {np.sum(is_s2)} S2s.")
print(f"We found {np.sum(is_s1)} S1s and {np.sum(is_s2)} S2s.")

for q in ['time']:
r[q] = p[q]
Expand Down

0 comments on commit e7bdffe

Please sign in to comment.