fix tests

This commit is contained in:
2026-03-29 18:23:07 -07:00
parent d94e92666d
commit 2b17a2594f
5 changed files with 27 additions and 6 deletions

View File

@@ -629,7 +629,7 @@ def _list_demo_files() -> list[str]:
# ---------------------------------------------------------------------------
# Butterworth / FFT helpers (from filters.py — used by FFTFilter1D, FFTFilter2D)
# Butterworth / FFT helpers (from filters.py — used by FFTFilter
# ---------------------------------------------------------------------------
def _butterworth_lp(freq, cutoff, order):