@@ -37,73 +37,34 @@ array_api_tests/test_has_names.py::test_has_names[creation-linspace]
3737array_api_tests/test_has_names.py::test_has_names[creation-meshgrid]
3838array_api_tests/test_has_names.py::test_has_names[sorting-argsort]
3939array_api_tests/test_has_names.py::test_has_names[data_type-isdtype]
40- array_api_tests/test_has_names.py::test_has_names[elementwise-conj]
4140array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack__]
4241array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack_device__]
4342array_api_tests/test_has_names.py::test_has_names[array_method-__setitem__]
44- array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
45- array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
46- array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
4743array_api_tests/test_indexing_functions.py::test_take
4844array_api_tests/test_linalg.py::test_vecdot
49- array_api_tests/test_manipulation_functions.py::test_concat
50- array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
51- array_api_tests/test_operators_and_elementwise_functions.py::test_add[__iadd__(x, s)]
52- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[__lshift__(x, s)]
53- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[__ilshift__(x, s)]
54- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__rshift__(x, s)]
55- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__irshift__(x, s)]
5645array_api_tests/test_operators_and_elementwise_functions.py::test_ceil
57- array_api_tests/test_operators_and_elementwise_functions.py::test_conj
58- array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
59- array_api_tests/test_operators_and_elementwise_functions.py::test_imag
60- array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
61- array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x, s)]
62- array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x, s)]
63- array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x, s)]
64- array_api_tests/test_operators_and_elementwise_functions.py::test_real
65- array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
66- array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isub__(x, s)]
6746array_api_tests/test_operators_and_elementwise_functions.py::test_trunc
6847array_api_tests/test_searching_functions.py::test_argmax
6948array_api_tests/test_searching_functions.py::test_argmin
70- array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
7149array_api_tests/test_set_functions.py::test_unique_all
7250array_api_tests/test_set_functions.py::test_unique_inverse
7351array_api_tests/test_signatures.py::test_func_signature[unique_all]
7452array_api_tests/test_signatures.py::test_func_signature[unique_inverse]
7553array_api_tests/test_signatures.py::test_func_signature[arange]
76- array_api_tests/test_signatures.py::test_func_signature[empty]
77- array_api_tests/test_signatures.py::test_func_signature[empty_like]
78- array_api_tests/test_signatures.py::test_func_signature[eye]
7954array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
80- array_api_tests/test_signatures.py::test_func_signature[full]
81- array_api_tests/test_signatures.py::test_func_signature[full_like]
8255array_api_tests/test_signatures.py::test_func_signature[linspace]
8356array_api_tests/test_signatures.py::test_func_signature[meshgrid]
84- array_api_tests/test_signatures.py::test_func_signature[ones]
85- array_api_tests/test_signatures.py::test_func_signature[ones_like]
86- array_api_tests/test_signatures.py::test_func_signature[zeros]
87- array_api_tests/test_signatures.py::test_func_signature[zeros_like]
88- array_api_tests/test_signatures.py::test_func_signature[broadcast_to]
89- array_api_tests/test_signatures.py::test_func_signature[squeeze]
9057array_api_tests/test_signatures.py::test_func_signature[argsort]
91- array_api_tests/test_signatures.py::test_func_signature[sort]
9258array_api_tests/test_signatures.py::test_func_signature[isdtype]
93- array_api_tests/test_signatures.py::test_func_signature[conj]
9459array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
9560array_api_tests/test_signatures.py::test_array_method_signature[__dlpack_device__]
9661array_api_tests/test_signatures.py::test_array_method_signature[__setitem__]
97- array_api_tests/test_signatures.py::test_array_method_signature[to_device]
9862array_api_tests/test_sorting_functions.py::test_argsort
9963array_api_tests/test_sorting_functions.py::test_sort
100- array_api_tests/test_special_cases.py::test_unary[isfinite(x_i is NaN) -> False]
101- array_api_tests/test_special_cases.py::test_empty_arrays[prod]
10264array_api_tests/test_special_cases.py::test_nan_propagation[max]
10365array_api_tests/test_special_cases.py::test_nan_propagation[mean]
10466array_api_tests/test_special_cases.py::test_nan_propagation[min]
10567array_api_tests/test_special_cases.py::test_nan_propagation[prod]
10668array_api_tests/test_special_cases.py::test_nan_propagation[std]
10769array_api_tests/test_special_cases.py::test_nan_propagation[sum]
10870array_api_tests/test_special_cases.py::test_nan_propagation[var]
109- array_api_tests/test_statistical_functions.py::test_mean
0 commit comments