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

Not compatible with numpy>=1.20 (np.float problem) #57

Open
TheAutumnOfRice opened this issue Jul 25, 2023 · 1 comment
Open

Not compatible with numpy>=1.20 (np.float problem) #57

TheAutumnOfRice opened this issue Jul 25, 2023 · 1 comment

Comments

@TheAutumnOfRice
Copy link

TheAutumnOfRice commented Jul 25, 2023

When numpy version is >=1.20 the np.float and np.int usage is deprecated and occurs errors. I think it would be better if they will be replaced with np.float_ and np.int_ in the future versions.

@jonathan-taylor
Copy link
Contributor

jonathan-taylor commented Aug 30, 2023

Thanks. I did use float and int instead of np.float_ and np.int_ -- will there be a big difference?

#58

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

No branches or pull requests

2 participants