Skip to content

Commit cb46aad

Browse files
committed
Add xfails for cupy n-dim fft funcs
1 parent 9e613cc commit cb46aad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cupy-xfails.txt

+6
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,9 @@ array_api_tests/test_special_cases.py::test_unary[sqrt(x_i is -0) -> -0]
164164
array_api_tests/test_special_cases.py::test_unary[tan(x_i is -0) -> -0]
165165
array_api_tests/test_special_cases.py::test_unary[tanh(x_i is -0) -> -0]
166166
array_api_tests/test_special_cases.py::test_unary[trunc(x_i is -0) -> -0]
167+
168+
# CuPy gives the wrong shape for n-dim fft funcs. See
169+
# https://github.com/data-apis/array-api-compat/pull/78#issuecomment-1984527870
170+
array_api_tests/test_fft.py::test_fftn
171+
array_api_tests/test_fft.py::test_ifftn
172+
array_api_tests/test_fft.py::test_rfftn

0 commit comments

Comments
 (0)