diff --git a/test/test_operators/test_fft_operator.py b/test/test_operators/test_fft_operator.py index e12e1d04d6b11f1744911818adad3a7ebfb21ed5..a629baed1e0001be6d33e7dfa59e982b3684d251 100644 --- a/test/test_operators/test_fft_operator.py +++ b/test/test_operators/test_fft_operator.py @@ -107,7 +107,7 @@ class FFTOperatorTests(unittest.TestCase): if module == "fftw" and "fftw" not in gdi: raise SkipTest tol = _get_rtol(dtype) - a = [a1, a2, a3] = [RGSpace((8,)), RGSpace((4, 4)), RGSpace((5, 6))] + a = [a1, a2, a3] = [RGSpace((32,)), RGSpace((4, 4)), RGSpace((5, 6))] fft = FFTOperator(domain=a[index], module=module, default_spaces=(index,)) fft._forward_transformation.harmonic_base = base