[Numpy-discussion] dtype and shape for 1.6.1 seems broken?
Robert Love
rblove_lists@comcast....
Thu Aug 18 21:24:01 CDT 2011
This works under 1.5.1 and 1.6.0 but gives me errors in 1.6.1
import numpy as np
def main():
print"numpy version: "+ np.__version__
zdt = np.dtype([('et','i4'),('r','f8',3)])
zdata = np.loadtxt('zdum.txt', zdt)
In 1.6.1 I get this error:
ValueError: setting an array element with a sequence. Is this a known problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20110818/7c49f24a/attachment.html
More information about the NumPy-Discussion
mailing list