@@ -176,7 +176,7 @@ def test_ifftn(x, data):
176
176
177
177
178
178
@given (
179
- x = xps .arrays (dtype = xps .complex_dtypes (), shape = fft_shapes_strat ),
179
+ x = xps .arrays (dtype = xps .floating_dtypes (), shape = fft_shapes_strat ),
180
180
data = st .data (),
181
181
)
182
182
def test_rfft (x , data ):
@@ -189,7 +189,7 @@ def test_rfft(x, data):
189
189
190
190
191
191
@given (
192
- x = xps .arrays (dtype = xps .complex_dtypes (), shape = fft_shapes_strat ),
192
+ x = xps .arrays (dtype = xps .floating_dtypes (), shape = fft_shapes_strat ),
193
193
data = st .data (),
194
194
)
195
195
def test_irfft (x , data ):
@@ -202,7 +202,7 @@ def test_irfft(x, data):
202
202
203
203
204
204
@given (
205
- x = xps .arrays (dtype = xps .complex_dtypes (), shape = fft_shapes_strat ),
205
+ x = xps .arrays (dtype = xps .floating_dtypes (), shape = fft_shapes_strat ),
206
206
data = st .data (),
207
207
)
208
208
def test_rfftn (x , data ):
@@ -215,7 +215,7 @@ def test_rfftn(x, data):
215
215
216
216
217
217
@given (
218
- x = xps .arrays (dtype = xps .complex_dtypes (), shape = fft_shapes_strat ),
218
+ x = xps .arrays (dtype = xps .floating_dtypes (), shape = fft_shapes_strat ),
219
219
data = st .data (),
220
220
)
221
221
def test_irfftn (x , data ):
0 commit comments