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

ENH: Improve the alignment of recarray.__repr__ #8488

Merged
merged 1 commit into from
Jan 17, 2017

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Jan 17, 2017

Previously, the prefix argument was not being passed to array2string

Before:

>>> r
rec.array([[(1, 2), (3, 4), (5, 6)],
 [(6, 5), (4, 3), (2, 1)]], 
          dtype=[('a', 'i1'), ('b', 'i1')])

After:

>>> r
rec.array([[(1, 2), (3, 4), (5, 6)],
           [(6, 5), (4, 3), (2, 1)]], 
          dtype=[('a', 'i1'), ('b', 'i1')])

Previously, the prefix argument was not being passed to array2string
@charris
Copy link
Member

charris commented Jan 17, 2017

Thanks @eric-wieser .

@charris charris changed the title ENH: Improve the alignment of recarray.__repr__ ENH: Improve the alignment of recarray.__repr__ May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants