8000
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
Original ticket http://projects.scipy.org/numpy/ticket/1784 on 2011-03-25 by @mwiebe, assigned to unknown.
For #2271, support was added for the format() function in numpy scalars. It would be useful for zero-dimensional arrays to support this as well.
The text was updated successfully, but these errors were encountered:
It this still an issue?
>>> '{}'.format(np.array(0)) '0'
Sorry, something went wrong.
That looks good to me. There is no example of what the failure looked like... Closing this also, thanks for checking.
No branches or pull requests
Original ticket http://projects.scipy.org/numpy/ticket/1784 on 2011-03-25 by @mwiebe, assigned to unknown.
For #2271, support was added for the format() function in numpy scalars. It would be useful for zero-dimensional arrays to support this as well.
The text was updated successfully, but these errors were encountered: