The current doctests only check a single valid output. You should add…The current doctests only check a single valid output. You should add tests for the validation logic implemented above, and also check "neutral" cases for filters with gain. #16487
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
audio_filters/butterworth_filter.py#L30
audio_filters/butterworth_filter.py:30:89: E501 Line too long (104 > 88)
|
|
Ruff (EM102):
audio_filters/butterworth_filter.py#L30
audio_filters/butterworth_filter.py:30:13: EM102 Exception must not use an f-string literal, assign to variable first
|