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

@@ -46,15 +46,13 @@ MENU_LAYOUT: dict[str, list[str]] = {
"GaussianFilter",
"MedianFilter",
"EdgeDetect",
"FFTFilter1D",
"FFTFilter2D",
"FFTFilter",
"ScarRemoval",
],
"Spectral": [
"FFT2D",
"FFT2DInverse",
"FFTFilter1D",
"FFTFilter2D",
"FFTFilter",
"ACF2D",
"ACF1D",
"PSDF",