@@ -146,7 +146,7 @@ def assert_s_axes_shape(
146
146
147
147
148
148
@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 ),
150
150
data = st .data (),
151
151
)
152
152
def test_fft (x , data ):
@@ -159,7 +159,7 @@ def test_fft(x, data):
159
159
160
160
161
161
@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 ),
163
163
data = st .data (),
164
164
)
165
165
def test_ifft (x , data ):
@@ -172,7 +172,7 @@ def test_ifft(x, data):
172
172
173
173
174
174
@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 ),
176
176
data = st .data (),
177
177
)
178
178
def test_fftn (x , data ):
@@ -185,7 +185,7 @@ def test_fftn(x, data):
185
185
186
186
187
187
@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 ),
189
189
data = st .data (),
190
190
)
191
191
def test_ifftn (x , data ):
@@ -259,7 +259,7 @@ def test_irfftn(x, data):
259
259
260
260
261
261
@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 ),
263
263
data = st .data (),
264
264
)
265
265
def test_hfft (x , data ):
0 commit comments