Skip to content
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

Add correct ndarray pretty printing #21

Open
ebertmi opened this issue Oct 8, 2015 · 1 comment
Open

Add correct ndarray pretty printing #21

ebertmi opened this issue Oct 8, 2015 · 1 comment
Milestone

Comments

@ebertmi
Copy link
Owner

ebertmi commented Oct 8, 2015

see: https://github.com/numpy/numpy/blob/v1.9.1/numpy/core/arrayprint.py#L465

@ebertmi
Copy link
Owner Author

ebertmi commented Oct 11, 2015

The internal __repr__ and __str__ do already contain the correct logic. Now we only need to implement the arrayprint method and we get a nice padded output.

@ebertmi ebertmi added this to the v.0.0.3 milestone Oct 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant