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

Change two_body.dtype comparison from numpy.float to numpy.float64 in DiagonalCoulombOperator #814

Closed

Conversation

fdmalone
Copy link
Collaborator

numpy.float was deprecated in v1.24.0. Replace comparison with numpy.float64 instead. This is causing CI to fail in #813.

@fdmalone
Copy link
Collaborator Author

fdmalone commented Apr 20, 2023

CI now seems to be failing due to an issue with scipy.linalg that crops up past 1.10

@fdmalone
Copy link
Collaborator Author

Closing this in favour of #816 as we need both changes for CI to succeed.

@fdmalone fdmalone closed this Apr 20, 2023
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.

1 participant