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

Removed pinv2 references for bug fix #237

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

tunasplam
Copy link
Contributor

pinv2 was removed by scipy. This was causing the library to crash upon import. Removing references to pinv2 fixes the issue.

@MuellerSeb MuellerSeb self-requested a review August 9, 2022 12:59
@MuellerSeb MuellerSeb added the bug label Aug 9, 2022
@MuellerSeb MuellerSeb added this to the v1.6.2 milestone Aug 9, 2022
@MuellerSeb MuellerSeb linked an issue Aug 10, 2022 that may be closed by this pull request
Copy link
Member

@MuellerSeb MuellerSeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this little fix. In addition, I just removed the respective tests.

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

Successfully merging this pull request may close these issues.

Incompatible with SciPy 1.9.0, AttributeError on scipy.linalg.pinv2
2 participants