Skip to content

Commit

Permalink
corrected annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Mar 29, 2024
1 parent 852d481 commit 73153eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltax/plugins/s_peaklets.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def setup(self):
setattr(strax, "sum_waveform", sum_waveform_salted)

def compute(self, records, start, end):
# FIXME: This is screwing up the record_i in data or simu mode!
# FIXME: This is going to make the same lone hit having different record_i, between in salt mode and others
# FIXME: surgery here; channel specification related
# Based on saltax_mode, determine what channels to involve
if self.config['saltax_mode'] == 'salt':
Expand Down

0 comments on commit 73153eb

Please sign in to comment.