[NumPy-Tickets] [NumPy] #1407: rec_append_fields does not work for recarray of length 1
NumPy Trac
numpy-tickets@scipy....
Wed Feb 24 08:28:15 CST 2010
#1407: rec_append_fields does not work for recarray of length 1
-----------------------+----------------------------------------------------
Reporter: koert | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.lib | Version: 1.3.0
Keywords: recarray |
-----------------------+----------------------------------------------------
Hello,
I have a program that works with recarrays where i append a column to them
using rec_append_fields from numpy.lib.recfunctions. I noticed this works
fine for recarrays of any length (including zero) except for length 1. I
assume this is a bug?
Best,
Koert
Python 2.5.4 on Windows XP
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1407>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list