-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
legacy 1.13 printing edge case: missing superfluous comma after ellipsis #10059
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
This was referenced Nov 21, 2017
Closed
@ahaldane @eric-wieser Has this been fixed? |
No, this is still outstanding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is the last quirk that we found when running the scikit-learn doctests. After this one you will hopefully not hear from me for a while ;-). We have only one doctest affected by this and we can work around this easily by using
repr
instead ofprint
or using doctest ellipsis.This edge case does break the
legacy='1.13'
promise so I thought I would let you know and then you can decide whether you want to fix it (i.e. match the buggy behaviour withlegacy='1.13'
) or not. I would completely understand if you just decided to close this issueOutput numpy dev:
Ouput on 1.13.3 (note the additional comma after the ellipsis):
The text was updated successfully, but these errors were encountered: