File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed 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
54
54
# The test suite is incorrectly checking sums that have loss of significance
55
55
# (https://github.com/data-apis/array-api-tests/issues/168)
56
56
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
You can’t perform that action at this time.
0 commit comments