@@ -146,7 +146,7 @@ def assert_s_axes_shape(
146146
147147
148148@given (
149- x = hh .arrays (dtype = hh . all_floating_dtypes (), shape = fft_shapes_strat ),
149+ x = hh .arrays (dtype = xps . complex_dtypes (), shape = fft_shapes_strat ),
150150 data = st .data (),
151151)
152152def test_fft (x , data ):
@@ -159,7 +159,7 @@ def test_fft(x, data):
159159
160160
161161@given (
162- x = hh .arrays (dtype = hh . all_floating_dtypes (), shape = fft_shapes_strat ),
162+ x = hh .arrays (dtype = xps . complex_dtypes (), shape = fft_shapes_strat ),
163163 data = st .data (),
164164)
165165def test_ifft (x , data ):
@@ -172,7 +172,7 @@ def test_ifft(x, data):
172172
173173
174174@given (
175- x = hh .arrays (dtype = hh . all_floating_dtypes (), shape = fft_shapes_strat ),
175+ x = hh .arrays (dtype = xps . complex_dtypes (), shape = fft_shapes_strat ),
176176 data = st .data (),
177177)
178178def test_fftn (x , data ):
@@ -185,7 +185,7 @@ def test_fftn(x, data):
185185
186186
187187@given (
188- x = hh .arrays (dtype = hh . all_floating_dtypes (), shape = fft_shapes_strat ),
188+ x = hh .arrays (dtype = xps . complex_dtypes (), shape = fft_shapes_strat ),
189189 data = st .data (),
190190)
191191def test_ifftn (x , data ):
@@ -259,7 +259,7 @@ def test_irfftn(x, data):
259259
260260
261261@given (
262- x = hh .arrays (dtype = hh . all_floating_dtypes (), shape = fft_shapes_strat ),
262+ x = hh .arrays (dtype = xps . complex_dtypes (), shape = fft_shapes_strat ),
263263 data = st .data (),
264264)
265265def test_hfft (x , data ):
0 commit comments