Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I think dtype was meant to be deprecated (as per #15334) but apparently the dtype disappeared without notice since last night's nightly build.
import numpy as np np.dtype("int0")
Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: data type 'int0' not understood
1.25.0.dev0+11.ga872fd73e
No response
The text was updated successfully, but these errors were encountered:
"int0"
Yah, I meant np.int0 to go away mainly, didn't feel like doing the far more complicated np.dtype("int0") dance just before branching.
np.int0
np.dtype("int0")
Sorry, something went wrong.
Thanks!
Successfully merging a pull request may close this issue.
Describe the issue:
I think dtype was meant to be deprecated (as per #15334) but apparently the dtype disappeared without notice since last night's nightly build.
Reproduce the code example:
Error message:
NumPy/Python version information:
1.25.0.dev0+11.ga872fd73e
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: