Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Adds asanyarray to start of linalg.cross (#26667) #26695

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

charris
Copy link
Member

@charris charris commented Jun 15, 2024

Backport of #26667.

Currently linalg.cross fails when given two 3D lists. This adds asanyarray at the start of the code,
mimicing the other Array API compatible additions. This was discussed in PR #26640, with a bug fix requested.

Currently linalg.cross fails when given two 3D lists.
This adds `asanyarray` at the start of the code,
mimicing the other Array API compatible additions.
This was discussed in PR numpy#26640, with a bug fix requested.
@charris charris added this to the 2.0.0 release milestone Jun 15, 2024
@charris charris merged commit c193dcd into numpy:maintenance/2.0.x Jun 15, 2024
60 checks passed
@charris charris deleted the backport-26667 branch June 15, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants