Skip to content

Commit 6021c55

Browse files
committed
Add fft xfails to the numpy 2.0 xfails file
1 parent 37abe30 commit 6021c55

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

numpy-dev-xfails.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,16 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
5454
# The test suite is incorrectly checking sums that have loss of significance
5555
# (https://github.com/data-apis/array-api-tests/issues/168)
5656
array_api_tests/test_statistical_functions.py::test_sum
57+
58+
# fft functions are not yet supported
59+
# (https://github.com/data-apis/array-api-compat/issues/67)
60+
array_api_tests/test_fft.py::test_fft
61+
array_api_tests/test_fft.py::test_ifft
62+
array_api_tests/test_fft.py::test_fftn
63+
array_api_tests/test_fft.py::test_ifftn
64+
array_api_tests/test_fft.py::test_rfft
65+
array_api_tests/test_fft.py::test_irfft
66+
array_api_tests/test_fft.py::test_rfftn
67+
array_api_tests/test_fft.py::test_irfftn
68+
array_api_tests/test_fft.py::test_hfft
69+
array_api_tests/test_fft.py::test_ihfft

0 commit comments

Comments
 (0)