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

numpy 1.24.0 np.bool removed needs cleanup #74

Closed
TAlonglong opened this issue Jan 2, 2023 · 2 comments · Fixed by #72
Closed

numpy 1.24.0 np.bool removed needs cleanup #74

TAlonglong opened this issue Jan 2, 2023 · 2 comments · Fixed by #72

Comments

@TAlonglong
Copy link
Contributor

With numpy 1.24.0 ( as far as I understand) np.bool ( and others) are removed.

This needs to be cleaned up.

@djhoese
Copy link
Member

djhoese commented Jan 2, 2023

np.float too. I see one use of both:

self.adj_matrix = np.zeros((self.order, self.order), np.bool)
self.weight_matrix = np.zeros((self.order, self.order), np.float)

@mraspaud
Copy link
Member

Hopefully I can get this fixed in #72

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 a pull request may close this issue.

3 participants