From f49df7c5b739ba216d324d851829a22b1536bbbb Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 4 Dec 2024 16:34:22 +0000 Subject: [PATCH] Exclude test_getitem from array api tests since negative step sizes are not supported --- .github/workflows/array-api-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index 46f79f6c..4f6ff66a 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -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