File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ def test_ifftn(x, data):
198198
199199
200200@given (
201- x = xps .arrays (dtype = xps .complex_dtypes (), shape = fft_shapes_strat ),
201+ x = xps .arrays (dtype = xps .floating_dtypes (), shape = fft_shapes_strat ),
202202 data = st .data (),
203203)
204204def test_rfft (x , data ):
@@ -231,7 +231,7 @@ def test_irfft(x, data):
231231
232232
233233@given (
234- x = xps .arrays (dtype = xps .complex_dtypes (), shape = fft_shapes_strat ),
234+ x = xps .arrays (dtype = xps .floating_dtypes (), shape = fft_shapes_strat ),
235235 data = st .data (),
236236)
237237def test_rfftn (x , data ):
@@ -279,7 +279,7 @@ def test_hfft(x, data):
279279
280280
281281@given (
282- x = xps .arrays (dtype = hh . all_floating_dtypes (), shape = fft_shapes_strat ),
282+ x = xps .arrays (dtype = xps . floating_dtypes (), shape = fft_shapes_strat ),
283283 data = st .data (),
284284)
285285def test_ihfft (x , data ):
You can’t perform that action at this time.
0 commit comments