Skip to content

Failing tensordot test #420

Open
Open
@tomwhite

Description

@tomwhite

From https://github.com/cubed-dev/cubed/actions/runs/8231307282/job/22506341591?pr=419:

FAILED array_api_tests/test_linalg.py::test_tensordot - AssertionError: out.shape=(1, 0), but should be (0, 0) [tensordot( (0, 0) . (0, 0) )]
Falsifying example: test_tensordot(
    x1=cubed.Array<array-4451, shape=(0, 0), dtype=uint8, chunks=((0,), (0,))>,
    x2=cubed.Array<array-4452, shape=(0, 0), dtype=uint8, chunks=((0,), (0,))>,
    kw={'axes': ((-2,), (0,))},
)

You can reproduce this example by temporarily adding @reproduce_failure('6.99.2', b'AXicY2BgYARCCMEApZkAAGAACQ==') as a decorator on your test case

There was a similar failure in running #402.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions