Skip to content

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

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.

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

Triggered via pull request November 24, 2025 05:56
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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