Skip to content

numpy.inner is incorrect #117

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

Closed
jorenham opened this issue Feb 11, 2025 · 0 comments · Fixed by #270
Closed

numpy.inner is incorrect #117

jorenham opened this issue Feb 11, 2025 · 0 comments · Fixed by #270

Comments

@jorenham
Copy link
Member

It's defined in numpy._core._multiarray_umath.

It returns a scalar iff.

  • both sides are scalar, or
  • both sides are 1-d.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant