[Numpy-discussion] Serializing numpy record array

Vishal Rana ranavishal at gmail.com
Sun Jun 13 20:52:20 EDT 2010


I created a record array (from strings and floats) with no dtype defined as:

ra = np.core.records.fromrecords(sq_list, names=("a", "b", "c"))

ra.a is found to be of type numpy.float64, when I serialize it using pyamf
under Mac OS X it works great but under ubuntu 10.04 it fails. Looks like
serialization is failing for type numpy.float64. Is the any work around, I
was trying to set dtype=object is that ok?

Also how can I set same dtype (for eg. object) for all a, b, and c?

Thanks
Vishal Rana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100613/2cc8f61c/attachment.html>


More information about the NumPy-Discussion mailing list