File tree Expand file tree Collapse file tree 5 files changed +0
-65
lines changed Expand file tree Collapse file tree 5 files changed +0
-65
lines changed Original file line number Diff line number Diff line change @@ -164,16 +164,3 @@ array_api_tests/test_special_cases.py::test_unary[sqrt(x_i is -0) -> -0]
164
164
array_api_tests/test_special_cases.py::test_unary[tan(x_i is -0) -> -0]
165
165
array_api_tests/test_special_cases.py::test_unary[tanh(x_i is -0) -> -0]
166
166
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
Original file line number Diff line number Diff line change @@ -50,19 +50,6 @@ array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x
50
50
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]
51
51
array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
52
52
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
-
66
53
# NumPy 1.21 specific XFAILS
67
54
############################
68
55
Original file line number Diff line number Diff line change @@ -42,16 +42,3 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
42
42
# The test suite is incorrectly checking sums that have loss of significance
43
43
# (https://github.com/data-apis/array-api-tests/issues/168)
44
44
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
Original file line number Diff line number Diff line change @@ -44,16 +44,3 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
44
44
# The test suite is incorrectly checking sums that have loss of significance
45
45
# (https://github.com/data-apis/array-api-tests/issues/168)
46
46
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
Original file line number Diff line number Diff line change @@ -190,16 +190,3 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_expm1
190
190
array_api_tests/test_operators_and_elementwise_functions.py::test_round
191
191
array_api_tests/test_set_functions.py::test_unique_counts
192
192
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]
You can’t perform that action at this time.
0 commit comments