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

Remove deprecated numpy types to make things work with numpy 1.24.0 #49

Merged
merged 3 commits into from
Mar 17, 2023

Conversation

kmaziarz
Copy link
Collaborator

In numpy 1.24.0, some array types were deprecated, including np.bool and np.int which appeared a few times in our code. This made molecule_generation no longer work with newest numpy (mentioned in #48). Here I'm fixing these deprecated types.

@kmaziarz kmaziarz force-pushed the kmaziarz/remove-deprecated-numpy-types branch from 373dab1 to 3476a8d Compare February 23, 2023 14:15
@kmaziarz kmaziarz merged commit d2dba6b into main Mar 17, 2023
@kmaziarz kmaziarz deleted the kmaziarz/remove-deprecated-numpy-types branch March 17, 2023 14:45
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.

2 participants