Skip to content

No coverage for __imatmul__ (@=) #465

Description

@haroune-dev

It looks like __imatmul__ currently lacks test coverage in the suite. A broken implementation (e.g. one raising AttributeError) can pass array_api_tests without triggering any failures.

Checking the codebase:

  • imatmul isn't referenced anywhere under array_api_tests/.
  • test_iop only covers elementwise binary ops, so matmul isn't included.
  • test_linalg.py tests namespace.matmul() directly, but doesn't exercise @ or @=.

Happy to send a PR adding @= coverage if needed!

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