diff options
author | Thomas Robitaille <thomas.robitaille@gmail.com> | 2015-07-19 17:26:10 +0200 |
---|---|---|
committer | Thomas Robitaille <thomas.robitaille@gmail.com> | 2015-10-04 15:49:56 +0200 |
commit | 13dd162c498391fbfd108f00ebeae060ed438f8a (patch) | |
tree | 23affaa42fde8d54bb38e0ec8f0ceaa2936edd1c /numpy/add_newdocs.py | |
parent | cc7e908ab1909aa7911601ed2a245111b0801d79 (diff) | |
download | numpy-13dd162c498391fbfd108f00ebeae060ed438f8a.tar.gz |
BUG: Fixed string representation of mvoid with multi-dimensional columns
This fixes a bug that caused the string representation of masked structured array rows with multi-dimensional columns to fail (numpy/numpy#6019), and includes a regression test.
Since __repr__ suffered from a similar bug, and since previously __repr__ returned the same as __str__ for mvoid, we now set __repr__ to reference the same method as __str__.
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions