|
1 |
| -# 'unique_inverse' output array is 1-D for 0-D input |
2 |
| -array_api_tests/test_set_functions.py::test_unique_all |
3 |
| -array_api_tests/test_set_functions.py::test_unique_inverse |
4 |
| - |
5 |
| -# https://github.com/numpy/numpy/issues/21213 |
6 |
| -array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity] |
7 |
| -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] |
8 |
| -# noted diversions from spec |
9 |
| -array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity] |
10 |
| -array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity] |
11 |
| -array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity] |
12 |
| -array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity] |
13 |
| -array_api_tests/test_special_cases.py::test_binary[floor_divide(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0] |
14 |
| -array_api_tests/test_special_cases.py::test_binary[floor_divide(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0] |
15 |
| -array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity] |
16 |
| -array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity] |
17 |
| -array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity] |
18 |
| -array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity] |
19 |
| -array_api_tests/test_special_cases.py::test_binary[__floordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0] |
20 |
| -array_api_tests/test_special_cases.py::test_binary[__floordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0] |
21 |
| -array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity] |
22 |
| -array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity] |
23 |
| -array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity] |
24 |
| -array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity] |
25 |
| -array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0] |
26 |
| -array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0] |
27 |
| - |
28 |
| -# fft test suite is buggy as of 83f0bcdc |
29 |
| -array_api_tests/test_fft.py |
30 |
| - |
31 | 1 | # finfo return type misalignment
|
32 | 2 | array_api_tests/test_data_type_functions.py::test_finfo[float32]
|
33 | 3 |
|
34 |
| -# a few misalignments |
35 |
| -array_api_tests/test_operators_and_elementwise_functions.py |
36 |
| -array_api_tests/test_signatures.py::test_func_signature[std] |
37 |
| -array_api_tests/test_signatures.py::test_func_signature[var] |
38 |
| -array_api_tests/test_signatures.py::test_func_signature[asarray] |
39 |
| -array_api_tests/test_signatures.py::test_func_signature[reshape] |
40 |
| -array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__] |
| 4 | +# out.dtype=float32, but should be int16 |
| 5 | +# dtype('float16') not found |
| 6 | +array_api_tests/test_operators_and_elementwise_functions.py::test_ceil |
| 7 | +array_api_tests/test_operators_and_elementwise_functions.py::test_floor |
| 8 | +array_api_tests/test_operators_and_elementwise_functions.py::test_trunc |
41 | 9 |
|
42 |
| -# missing 'copy' keyword argument, 'newshape' should be named 'shape' |
| 10 | +# 'newshape' should be named 'shape' |
43 | 11 | array_api_tests/test_signatures.py::test_func_signature[reshape]
|
44 | 12 |
|
45 | 13 | # missing 'descending' keyword arguments
|
46 | 14 | array_api_tests/test_signatures.py::test_func_signature[argsort]
|
47 | 15 | array_api_tests/test_signatures.py::test_func_signature[sort]
|
48 | 16 |
|
49 |
| -# assertionError: out.dtype=float32, but should be float64 [sum(float32)] |
50 |
| -array_api_tests/test_statistical_functions.py::test_sum |
| 17 | +# nonzero for 0D should error |
| 18 | +array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error |
| 19 | + |
| 20 | +# TODO: check why in CI `inspect.signature(np.vecdot)` returns (*arg, **kwarg) |
| 21 | +# instead of raising ValueError. mtsokol: couldn't reproduce locally |
| 22 | +array_api_tests/test_signatures.py::test_func_signature[vecdot] |
0 commit comments