| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@njsmith, if you have a minute, can you please review this PR? |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
The use of format_parser is pretty pointless here, it's equivalent to just writing a = np.recarray((2,), "i4, i4") or a = np.recarray((2,), [("", "i4"), ("", "i4")])... doesn't really matter much though.
Sorry, something went wrong.
|
Sure, it looks fine (modulo the nitpick mentioned above, which you can fix if you feel like it, or not...). |
Sorry, something went wrong.
|
I personally like the test, as it tests the reported issue directly. It shouldn't cause any problems. So I am merging this. |
Sorry, something went wrong.
BUG: Add a test for Ticket #2189
| Back | FazBrowse Home | New Git URL |
This fixes: http://projects.scipy.org/numpy/ticket/2189
(after this PR is merged, the ticket can be closed)