diff options
author | sasha <sasha@localhost> | 2006-01-08 05:39:19 +0000 |
---|---|---|
committer | sasha <sasha@localhost> | 2006-01-08 05:39:19 +0000 |
commit | b12fbb15a6d920272a7073a4c08cd4a3f57d6d56 (patch) | |
tree | 90e291f4b8887354e735ef86874570b6baa8d5ea /numpy/core/src/arrayobject.c | |
parent | 158925966f1796d93ab804f3ebecec7b524e70f4 (diff) | |
download | numpy-b12fbb15a6d920272a7073a4c08cd4a3f57d6d56.tar.gz |
Fixed the following bug:
>>> from numpy.core.ma import *
>>> array(1,mask=0).filled().dtype
<type 'object_arrtype'>
Now:
>>> array(1,mask=0).filled().dtype
<type 'int32_arrtype'>
Diffstat (limited to 'numpy/core/src/arrayobject.c')
0 files changed, 0 insertions, 0 deletions