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 @@ -193,3 +193,16 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_expm1
193
193
array_api_tests/test_operators_and_elementwise_functions.py::test_round
194
194
array_api_tests/test_set_functions.py::test_unique_counts
195
195
array_api_tests/test_set_functions.py::test_unique_values
196
+
197
+ # fft functions are not yet supported
198
+ # (https://github.com/data-apis/array-api-compat/issues/67)
199
+ array_api_tests/test_fft.py::test_fftn
200
+ array_api_tests/test_fft.py::test_ifftn
201
+ array_api_tests/test_fft.py::test_rfft
202
+ array_api_tests/test_fft.py::test_irfft
203
+ array_api_tests/test_fft.py::test_rfftn
204
+ array_api_tests/test_fft.py::test_irfftn
205
+ array_api_tests/test_fft.py::test_hfft
206
+ array_api_tests/test_fft.py::test_ihfft
207
+ array_api_tests/test_fft.py::test_shift_func[fftshift]
208
+ array_api_tests/test_fft.py::test_shift_func[ifftshift]
You can’t perform that action at this time.
0 commit comments