Skip to content

Commit c2ba34e

Browse files
committed
Rename xptests back to array_api_tests
1 parent f7d2ce8 commit c2ba34e

File tree

89 files changed

+30
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+30
-30
lines changed

.github/workflows/numpy.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ jobs:
2929
cat << EOF >> xfails.txt
3030
3131
# https://github.com/numpy/numpy/issues/18881
32-
xptests/test_creation_functions.py::test_linspace
32+
array_api_tests/test_creation_functions.py::test_linspace
3333
# einsum is not yet completed in the spec
34-
xptests/test_signatures.py::test_has_names[einsum]
34+
array_api_tests/test_signatures.py::test_has_names[einsum]
3535
# dlpack support is not yet implemented in NumPy
3636
# See https://github.com/numpy/numpy/pull/19083
37-
xptests/test_signatures.py::test_function_positional_args[__dlpack__]
38-
xptests/test_signatures.py::test_function_positional_args[__dlpack_device__]
39-
xptests/test_signatures.py::test_function_positional_args[from_dlpack]
40-
xptests/test_signatures.py::test_function_positional_args[to_device]
41-
xptests/test_signatures.py::test_function_keyword_only_args[__dlpack__]
37+
array_api_tests/test_signatures.py::test_function_positional_args[__dlpack__]
38+
array_api_tests/test_signatures.py::test_function_positional_args[__dlpack_device__]
39+
array_api_tests/test_signatures.py::test_function_positional_args[from_dlpack]
40+
array_api_tests/test_signatures.py::test_function_positional_args[to_device]
41+
array_api_tests/test_signatures.py::test_function_keyword_only_args[__dlpack__]
4242
# floor_divide has an issue related to https://github.com/data-apis/array-api/issues/264
43-
xptests/test_elementwise_functions.py::test_floor_divide
43+
array_api_tests/test_elementwise_functions.py::test_floor_divide
4444
# mesgrid doesn't return all arrays as the promoted dtype
45-
xptests/test_type_promotion.py::test_meshgrid
45+
array_api_tests/test_type_promotion.py::test_meshgrid
4646
# https://github.com/numpy/numpy/pull/20066#issuecomment-947056094
47-
xptests/test_type_promotion.py::test_where
47+
array_api_tests/test_type_promotion.py::test_where
4848
# shape mismatches are not handled
49-
xptests/test_type_promotion.py::test_tensordot
49+
array_api_tests/test_type_promotion.py::test_tensordot
5050
5151
EOF
5252

README.md

Lines changed: 7 additions & 7 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)