Skip to content

Commit a9a23c5

Browse files
committed
fix lint errors
1 parent 93b8d61 commit a9a23c5

File tree

1 file changed

+0
-2
lines changed
  • sigpro/aggregations/frequency

1 file changed

+0
-2
lines changed

sigpro/aggregations/frequency/band.py

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
def band_mean(amplitude_values, frequency_values, min_frequency, max_frequency):
77
"""Compute the mean values for a specific band.
8-
98
Filter between a high and low band and compute the mean value for this specific band.
109
1110
Args:
@@ -33,7 +32,6 @@ def band_mean(amplitude_values, frequency_values, min_frequency, max_frequency):
3332

3433
def band_rms(amplitude_values, frequency_values, min_frequency, max_frequency):
3534
"""Compute the rms values for a specific band.
36-
3735
Filter between a high and low band (inclusive) and compute the rms value for this
3836
specific band.
3937

0 commit comments

Comments
 (0)