-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Additional space in 0d array repr #9185
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
Comments
FWIW 1.13.0rc2 is not affected by this. |
I believe that #9139 is intended to fix this. |
Good point, I search for an existing issue but I missed that. Looking at #9139 it will indeed fix this issue while at the same break more of our doctests. We can probably work around this in some way or another though. |
@ahaldane @eric-wieser @charris this one can be closed now that #9139 has been merged. |
Thanks, closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Snippet:
Output on 1.12.1:
Output on master:
Note the space before
1.0
.git bisect gives that the commit introducing the change is d2b06fe.
Probably not such a big deal, but I guess it was not intentional. We noticed because it was breaking one of our doctest on scikit-learn.
The text was updated successfully, but these errors were encountered: