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

Fix scipy deprecated scipy.<numpy-func> removed in 1.12 release. #16

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

nennigb
Copy link
Owner

@nennigb nennigb commented Mar 12, 2024

In scipy 1.12 release, scipy.<numpy-func> objects have been removed.
This PR, fix them by using directly the numpy function.
A test is also changed using a np.sort_complex to maintain deterministic behavior across numpy/scipy and python version.

@nennigb nennigb added the bug Something isn't working label Mar 12, 2024
@nennigb nennigb requested a review from MartinGhienne March 12, 2024 15:10
@nennigb nennigb self-assigned this Mar 12, 2024
@nennigb nennigb removed the request for review from MartinGhienne March 12, 2024 16:50
@nennigb nennigb merged commit ccaf2f0 into master Mar 12, 2024
10 checks passed
@nennigb nennigb deleted the fix-np-and-sp-changes branch March 13, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant