Skip to content

Commit 7661820

Browse files
committed
Skip fft functions in torch
1 parent d235910 commit 7661820

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

torch-xfails.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,16 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_expm1
193193
array_api_tests/test_operators_and_elementwise_functions.py::test_round
194194
array_api_tests/test_set_functions.py::test_unique_counts
195195
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]

0 commit comments

Comments
 (0)