-
Notifications
You must be signed in to change notification settings - Fork 73
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
TypeError: ufunc 'isfinite' not supported for the input types #68
Comments
Hi @Queely1 , I noticed it yesterday as well and opened an issue for the numpy repository, this is a bug for version Just reinstall previous version:
And things should be back to normal. They are already working on a fix for this issue so I'm hoping this will be solved soon. Let me know how this works for you. |
Works, thanks a lot! |
It is also breaking float64 types:
E TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' |
Hi @ecarruda , Just to confirm, is it still breaking after downgrading the numpy version? |
Hi, I just ran into the same issue and using
seems to solve the issue without downgrading the numpy version. |
Good afternoon, after the update, the following error occurred.
TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''.
The code worked fine before. Summary and report are also shown, the error appears only when you try to draw a graph.
Rollback to the previous version could not, the error now appears on any versions.


The text was updated successfully, but these errors were encountered: