Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jan 18, 2025
1 parent c8ab271 commit e0c84ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyedflib/edfwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,9 +1039,6 @@ def get_smp_per_record(self, ch_idx: int) -> int:
record (i.e. window/block of data) with the given record duration.
"""
fs = self.channels[ch_idx]['sample_frequency']
# if fs is None:
# print('NONE')
# return None

record_duration = self.record_duration
smp_per_record = fs*record_duration
Expand Down

0 comments on commit e0c84ba

Please sign in to comment.