File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ array_api_tests/test_special_cases.py::test_unary[floor(x_i is -0) -> -0]
161
161
array_api_tests/test_special_cases.py::test_unary[log1p(x_i is -0) -> -0]
162
162
array_api_tests/test_special_cases.py::test_unary[round(x_i is -0) -> -0]
163
163
array_api_tests/test_special_cases.py::test_unary[sin(x_i is -0) -> -0]
164
+ array_api_tests/test_special_cases.py::test_unary[signbit(x_i is -0) -> True]
164
165
array_api_tests/test_special_cases.py::test_unary[sinh(x_i is -0) -> -0]
165
166
array_api_tests/test_special_cases.py::test_unary[sqrt(x_i is -0) -> -0]
166
167
array_api_tests/test_special_cases.py::test_unary[tan(x_i is -0) -> -0]
@@ -172,3 +173,10 @@ array_api_tests/test_special_cases.py::test_unary[trunc(x_i is -0) -> -0]
172
173
array_api_tests/test_fft.py::test_fftn
173
174
array_api_tests/test_fft.py::test_ifftn
174
175
array_api_tests/test_fft.py::test_rfftn
176
+
177
+ # 2023.12 support
178
+ # cupy.ndaray cannot be specified as `repeats` argument.
179
+ array_api_tests/test_manipulation_functions.py::test_repeat
180
+ array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
181
+ array_api_tests/test_signatures.py::test_func_signature[astype]
182
+ array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
You can’t perform that action at this time.
0 commit comments