You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
see: https://github.com/numpy/numpy/blob/v1.9.1/numpy/core/arrayprint.py#L465
The text was updated successfully, but these errors were encountered: