Skip to content

Commit f97b59e

Browse files
committed
Remove fft xfails
1 parent d7a9ecb commit f97b59e

File tree

5 files changed

+0
-65
lines changed

5 files changed

+0
-65
lines changed

cupy-xfails.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,3 @@ 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-
# fft functions are not yet supported
169-
# (https://github.com/data-apis/array-api-compat/issues/67)
170-
array_api_tests/test_fft.py::test_fft
171-
array_api_tests/test_fft.py::test_ifft
172-
array_api_tests/test_fft.py::test_fftn
173-
array_api_tests/test_fft.py::test_ifftn
174-
array_api_tests/test_fft.py::test_rfft
175-
array_api_tests/test_fft.py::test_irfft
176-
array_api_tests/test_fft.py::test_rfftn
177-
array_api_tests/test_fft.py::test_irfftn
178-
array_api_tests/test_fft.py::test_hfft
179-
array_api_tests/test_fft.py::test_ihfft

numpy-1-21-xfails.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,6 @@ array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x
5050
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
5151
array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
5252

53-
# fft functions are not yet supported
54-
# (https://github.com/data-apis/array-api-compat/issues/67)
55-
array_api_tests/test_fft.py::test_fft
56-
array_api_tests/test_fft.py::test_ifft
57-
array_api_tests/test_fft.py::test_fftn
58-
array_api_tests/test_fft.py::test_ifftn
59-
array_api_tests/test_fft.py::test_rfft
60-
array_api_tests/test_fft.py::test_irfft
61-
array_api_tests/test_fft.py::test_rfftn
62-
array_api_tests/test_fft.py::test_irfftn
63-
array_api_tests/test_fft.py::test_hfft
64-
array_api_tests/test_fft.py::test_ihfft
65-
6653
# NumPy 1.21 specific XFAILS
6754
############################
6855

numpy-dev-xfails.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,3 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4242
# The test suite is incorrectly checking sums that have loss of significance
4343
# (https://github.com/data-apis/array-api-tests/issues/168)
4444
array_api_tests/test_statistical_functions.py::test_sum
45-
46-
# fft functions are not yet supported
47-
# (https://github.com/data-apis/array-api-compat/issues/67)
48-
array_api_tests/test_fft.py::test_fft
49-
array_api_tests/test_fft.py::test_ifft
50-
array_api_tests/test_fft.py::test_fftn
51-
array_api_tests/test_fft.py::test_ifftn
52-
array_api_tests/test_fft.py::test_rfft
53-
array_api_tests/test_fft.py::test_irfft
54-
array_api_tests/test_fft.py::test_rfftn
55-
array_api_tests/test_fft.py::test_irfftn
56-
array_api_tests/test_fft.py::test_hfft
57-
array_api_tests/test_fft.py::test_ihfft

numpy-xfails.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,3 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4444
# The test suite is incorrectly checking sums that have loss of significance
4545
# (https://github.com/data-apis/array-api-tests/issues/168)
4646
array_api_tests/test_statistical_functions.py::test_sum
47-
48-
# fft functions are not yet supported
49-
# (https://github.com/data-apis/array-api-compat/issues/67)
50-
array_api_tests/test_fft.py::test_fft
51-
array_api_tests/test_fft.py::test_ifft
52-
array_api_tests/test_fft.py::test_fftn
53-
array_api_tests/test_fft.py::test_ifftn
54-
array_api_tests/test_fft.py::test_rfft
55-
array_api_tests/test_fft.py::test_irfft
56-
array_api_tests/test_fft.py::test_rfftn
57-
array_api_tests/test_fft.py::test_irfftn
58-
array_api_tests/test_fft.py::test_hfft
59-
array_api_tests/test_fft.py::test_ihfft

torch-xfails.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,3 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_expm1
190190
array_api_tests/test_operators_and_elementwise_functions.py::test_round
191191
array_api_tests/test_set_functions.py::test_unique_counts
192192
array_api_tests/test_set_functions.py::test_unique_values
193-
194-
# fft functions are not yet supported
195-
# (https://github.com/data-apis/array-api-compat/issues/67)
196-
array_api_tests/test_fft.py::test_fftn
197-
array_api_tests/test_fft.py::test_ifftn
198-
array_api_tests/test_fft.py::test_rfft
199-
array_api_tests/test_fft.py::test_irfft
200-
array_api_tests/test_fft.py::test_rfftn
201-
array_api_tests/test_fft.py::test_irfftn
202-
array_api_tests/test_fft.py::test_hfft
203-
array_api_tests/test_fft.py::test_ihfft
204-
array_api_tests/test_fft.py::test_shift_func[fftshift]
205-
array_api_tests/test_fft.py::test_shift_func[ifftshift]

0 commit comments

Comments
 (0)