diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-02-21 02:52:56 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-02-21 02:52:56 +0000 |
commit | 79430a42f67c579bc69aa375237201d2dde7c636 (patch) | |
tree | f1c4b0661f27e8bc6f1112aac1b27ef71e31e150 /numpy/lib/recfunctions.py | |
parent | 3f8f41bb3150b99407b3bbc9bac087fe07ceb009 (diff) | |
download | numpy-79430a42f67c579bc69aa375237201d2dde7c636.tar.gz |
BUG: ma: _check_fill_value shouldn't rely on implicit array() string casting
Since array([12345678.9, 'a']) == array(['12345678', 'a'], dtype='|S8')
ie., automatic string conversion uses only the size of the minimal data
type, not the size of the string representation, code should not rely on
array() casting items implicitly to object arrays.
Diffstat (limited to 'numpy/lib/recfunctions.py')
0 files changed, 0 insertions, 0 deletions