Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraPido committed May 8, 2024
1 parent 93b8d61 commit a9a23c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sigpro/aggregations/frequency/band.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

def band_mean(amplitude_values, frequency_values, min_frequency, max_frequency):
"""Compute the mean values for a specific band.
Filter between a high and low band and compute the mean value for this specific band.
Args:
Expand Down Expand Up @@ -33,7 +32,6 @@ def band_mean(amplitude_values, frequency_values, min_frequency, max_frequency):

def band_rms(amplitude_values, frequency_values, min_frequency, max_frequency):
"""Compute the rms values for a specific band.
Filter between a high and low band (inclusive) and compute the rms value for this
specific band.
Expand Down

0 comments on commit a9a23c5

Please sign in to comment.