Skip to content

TYP: fix type signature of eigh #924

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Saransh-cpp
Copy link

@Saransh-cpp Saransh-cpp commented Apr 9, 2025

Fixes #922

The type signature of eigh has been updated from Tuple[array] to Tuple[array, array].

I am not sure how things are backported in this repository, but for now I have updated the signature in all the versions. Please let me know if this should be changed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong return type for linalg.eigh in function signature
1 participant