File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed
Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -175,3 +175,16 @@ array_api_tests/test_special_cases.py::test_iop[__imod__(isfinite(x1_i) and x1_i
175175array_api_tests/test_special_cases.py::test_iop[__imod__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> x2_i]
176176array_api_tests/test_special_cases.py::test_iop[__imod__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> x2_i]
177177array_api_tests/test_special_cases.py::test_iop[__imod__(isfinite(x1_i) and x1_i < 0 and x2_i is -infinity) -> x1_i]
178+
179+ # fft functions are not yet supported
180+ # (https://github.com/data-apis/array-api-compat/issues/67)
181+ array_api_tests/test_fft.py::test_fft
182+ array_api_tests/test_fft.py::test_ifft
183+ array_api_tests/test_fft.py::test_fftn
184+ array_api_tests/test_fft.py::test_ifftn
185+ array_api_tests/test_fft.py::test_rfft
186+ array_api_tests/test_fft.py::test_irfft
187+ array_api_tests/test_fft.py::test_rfftn
188+ array_api_tests/test_fft.py::test_irfftn
189+ array_api_tests/test_fft.py::test_hfft
190+ array_api_tests/test_fft.py::test_ihfft
Original file line number Diff line number Diff line change @@ -236,3 +236,16 @@ array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is +0 and x2_i
236236array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is -0 and x2_i < 0) -> -0]
237237array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is -0 and x2_i > 0) -> +0]
238238array_api_tests/test_special_cases.py::test_iop[__iadd__(x1_i is -0 and x2_i is -0) -> -0]
239+
240+ # fft functions are not yet supported
241+ # (https://github.com/data-apis/array-api-compat/issues/67)
242+ array_api_tests/test_fft.py::test_fft
243+ array_api_tests/test_fft.py::test_ifft
244+ array_api_tests/test_fft.py::test_fftn
245+ array_api_tests/test_fft.py::test_ifftn
246+ array_api_tests/test_fft.py::test_rfft
247+ array_api_tests/test_fft.py::test_irfft
248+ array_api_tests/test_fft.py::test_rfftn
249+ array_api_tests/test_fft.py::test_irfftn
250+ array_api_tests/test_fft.py::test_hfft
251+ array_api_tests/test_fft.py::test_ihfft
Original file line number Diff line number Diff 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)
5656array_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
You can’t perform that action at this time.
0 commit comments