Skip to content

test_repeat is skipped across all -compat wrapped libraries #413

@ev-br

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.

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