Skip to content

Commit

Permalink
Exclude test_getitem from array api tests since negative step sizes a…
Browse files Browse the repository at this point in the history
…re not supported
  • Loading branch information
tomwhite committed Dec 4, 2024
1 parent 85ef7cd commit f49df7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/array-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
# edge case failures (https://github.com/cubed-dev/cubed/issues/420)
array_api_tests/test_linalg.py::test_tensordot
array_api_tests/test_linalg.py::test_vecdot
# (getitem with negative step size is not implemented)
array_api_tests/test_array_object.py::test_getitem
# not implemented
array_api_tests/test_array_object.py::test_setitem
Expand Down

0 comments on commit f49df7c

Please sign in to comment.