Skip to content

test_repeat is skipped across all -compat wrapped libraries #413

Description

@ev-br

Discovered in data-apis/array-api-strict#181 (comment) :

$ git grep "array_api_tests/test_manipulation_functions.py::test_repeat"
cupy-xfails.txt:array_api_tests/test_manipulation_functions.py::test_repeat
dask-xfails.txt:array_api_tests/test_manipulation_functions.py::test_repeat
numpy-1-22-xfails.txt:array_api_tests/test_manipulation_functions.py::test_repeat
numpy-1-26-xfails.txt:array_api_tests/test_manipulation_functions.py::test_repeat
numpy-dev-xfails.txt:array_api_tests/test_manipulation_functions.py::test_repeat
numpy-xfails.txt:array_api_tests/test_manipulation_functions.py::test_repeat
torch-xfails.txt:array_api_tests/test_manipulation_functions.py::test_repeat

It is skipped under numpy because # uint64 repeats not supported, under torch because torch.repeat_interleave rejects short integers, under cupy because # cupy.ndaray cannot be specified as repeats argument..

So it is effectively untested.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions