From 2ae82caf7ad3c1ab2be44e34330abfcdd0042a9b Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Tue, 5 Mar 2024 16:31:09 -0700 Subject: [PATCH] Remove fft tests from xfails The test suite is updated so that these tests no longer fail. --- array-api-tests-xfails.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/array-api-tests-xfails.txt b/array-api-tests-xfails.txt index 51f63a0..7e539db 100644 --- a/array-api-tests-xfails.txt +++ b/array-api-tests-xfails.txt @@ -2,19 +2,6 @@ # https://github.com/numpy/numpy/pull/25168 array_api_tests/test_creation_functions.py::test_asarray_arrays -# Some fft tests are currently wrong -# (https://github.com/data-apis/array-api-tests/issues/231) -array_api_tests/test_fft.py::test_fft -array_api_tests/test_fft.py::test_ifft -array_api_tests/test_fft.py::test_fftn -array_api_tests/test_fft.py::test_ifftn -array_api_tests/test_fft.py::test_rfft -array_api_tests/test_fft.py::test_irfft -array_api_tests/test_fft.py::test_rfftn -array_api_tests/test_fft.py::test_irfftn -array_api_tests/test_fft.py::test_hfft -array_api_tests/test_fft.py::test_ihfft - # Known special case issue in NumPy. Not worth working around here # https://github.com/numpy/numpy/issues/21213 array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]