@@ -37,73 +37,34 @@ array_api_tests/test_has_names.py::test_has_names[creation-linspace]
37
37
array_api_tests/test_has_names.py::test_has_names[creation-meshgrid]
38
38
array_api_tests/test_has_names.py::test_has_names[sorting-argsort]
39
39
array_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]
41
40
array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack__]
42
41
array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack_device__]
43
42
array_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]
47
43
array_api_tests/test_indexing_functions.py::test_take
48
44
array_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)]
56
45
array_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)]
67
46
array_api_tests/test_operators_and_elementwise_functions.py::test_trunc
68
47
array_api_tests/test_searching_functions.py::test_argmax
69
48
array_api_tests/test_searching_functions.py::test_argmin
70
- array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
71
49
array_api_tests/test_set_functions.py::test_unique_all
72
50
array_api_tests/test_set_functions.py::test_unique_inverse
73
51
array_api_tests/test_signatures.py::test_func_signature[unique_all]
74
52
array_api_tests/test_signatures.py::test_func_signature[unique_inverse]
75
53
array_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]
79
54
array_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]
82
55
array_api_tests/test_signatures.py::test_func_signature[linspace]
83
56
array_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]
90
57
array_api_tests/test_signatures.py::test_func_signature[argsort]
91
- array_api_tests/test_signatures.py::test_func_signature[sort]
92
58
array_api_tests/test_signatures.py::test_func_signature[isdtype]
93
- array_api_tests/test_signatures.py::test_func_signature[conj]
94
59
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
95
60
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack_device__]
96
61
array_api_tests/test_signatures.py::test_array_method_signature[__setitem__]
97
- array_api_tests/test_signatures.py::test_array_method_signature[to_device]
98
62
array_api_tests/test_sorting_functions.py::test_argsort
99
63
array_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]
102
64
array_api_tests/test_special_cases.py::test_nan_propagation[max]
103
65
array_api_tests/test_special_cases.py::test_nan_propagation[mean]
104
66
array_api_tests/test_special_cases.py::test_nan_propagation[min]
105
67
array_api_tests/test_special_cases.py::test_nan_propagation[prod]
106
68
array_api_tests/test_special_cases.py::test_nan_propagation[std]
107
69
array_api_tests/test_special_cases.py::test_nan_propagation[sum]
108
70
array_api_tests/test_special_cases.py::test_nan_propagation[var]
109
- array_api_tests/test_statistical_functions.py::test_mean
0 commit comments