diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-02-07 16:56:14 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-02-08 12:54:24 -0700 |
commit | 33c423ea243ab0c8c261382a4098ebb081312939 (patch) | |
tree | aad85ced746052e5249a8ed41e61cf47f6fc3212 /numpy/core/arrayprint.py | |
parent | 12668b65791ef5a5104007e26c53e598b4416235 (diff) | |
download | numpy-33c423ea243ab0c8c261382a4098ebb081312939.tar.gz |
DEP: Issue FutureWarning when malformed records detected.
Currently records specified as lists of lists instead of lists of tuples
are caught and fixed up in fromrecords. Unfortunately, the detection is
failing due to various fixes in the records module. The failure is
worked around by generalizing the detection. A FutureWarning that such
record specifications will result in an error in the future is also
emitted.
Fixes #10344.
Diffstat (limited to 'numpy/core/arrayprint.py')
0 files changed, 0 insertions, 0 deletions