File tree 6 files changed +12
-36
lines changed
6 files changed +12
-36
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ array_api_tests/test_creation_functions.py::test_asarray_arrays
16
16
17
17
# attributes are np.float32 instead of float
18
18
# (see also https://github.com/data-apis/array-api/issues/405)
19
- array_api_tests/test_data_type_functions.py::test_finfo[float32-dtype]
20
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array]
21
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array.dtype]
22
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-dtype]
23
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array]
24
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array.dtype]
19
+ array_api_tests/test_data_type_functions.py::test_finfo[float32]
20
+ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
25
21
26
22
# Some array attributes are missing, and we do not wrap the array object
27
23
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
Original file line number Diff line number Diff line change @@ -14,12 +14,8 @@ array_api_tests/test_creation_functions.py::test_eye
14
14
15
15
# attributes are np.float32 instead of float
16
16
# (see also https://github.com/data-apis/array-api/issues/405)
17
- array_api_tests/test_data_type_functions.py::test_finfo[float32-dtype]
18
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array]
19
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array.dtype]
20
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-dtype]
21
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array]
22
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array.dtype]
17
+ array_api_tests/test_data_type_functions.py::test_finfo[float32]
18
+ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
23
19
24
20
# out[-1]=dask.array<getitem ...> but should be some floating number
25
21
# (I think the test is not forcing the op to be computed?)
Original file line number Diff line number Diff line change @@ -3,12 +3,8 @@ array_api_tests/test_creation_functions.py::test_asarray_arrays
3
3
4
4
# attributes are np.float32 instead of float
5
5
# (see also https://github.com/data-apis/array-api/issues/405)
6
- array_api_tests/test_data_type_functions.py::test_finfo[float32-dtype]
7
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array]
8
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array.dtype]
9
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-dtype]
10
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array]
11
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array.dtype]
6
+ array_api_tests/test_data_type_functions.py::test_finfo[float32]
7
+ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
12
8
13
9
# Array methods and attributes not already on np.ndarray cannot be wrapped
14
10
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
Original file line number Diff line number Diff line change 1
1
# attributes are np.float32 instead of float
2
2
# (see also https://github.com/data-apis/array-api/issues/405)
3
- array_api_tests/test_data_type_functions.py::test_finfo[float32-dtype]
4
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array]
5
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array.dtype]
6
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-dtype]
7
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array]
8
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array.dtype]
3
+ array_api_tests/test_data_type_functions.py::test_finfo[float32]
4
+ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
9
5
10
6
# Array methods and attributes not already on np.ndarray cannot be wrapped
11
7
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
Original file line number Diff line number Diff line change 1
1
# attributes are np.float32 instead of float
2
2
# (see also https://github.com/data-apis/array-api/issues/405)
3
- array_api_tests/test_data_type_functions.py::test_finfo[float32-dtype]
4
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array]
5
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array.dtype]
6
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-dtype]
7
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array]
8
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array.dtype]
3
+ array_api_tests/test_data_type_functions.py::test_finfo[float32]
4
+ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
9
5
10
6
# The test suite cannot properly get the signature for vecdot
11
7
# https://github.com/numpy/numpy/pull/26237
Original file line number Diff line number Diff line change 1
1
# attributes are np.float32 instead of float
2
2
# (see also https://github.com/data-apis/array-api/issues/405)
3
- array_api_tests/test_data_type_functions.py::test_finfo[float32-dtype]
4
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array]
5
- array_api_tests/test_data_type_functions.py::test_finfo[float32-array.dtype]
6
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-dtype]
7
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array]
8
- array_api_tests/test_data_type_functions.py::test_finfo[complex64-array.dtype]
3
+ array_api_tests/test_data_type_functions.py::test_finfo[float32]
4
+ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
9
5
10
6
# The test suite cannot properly get the signature for vecdot
11
7
# https://github.com/numpy/numpy/pull/26237
You can’t perform that action at this time.
0 commit comments