Re: [Pytables-users] More problems adding columns

2009-06-11 Thread Armando Serrano Lombillo
Thanks again, the patch is working for me. On Wed, Jun 10, 2009 at 8:41 PM, Francesc Alted wrote: > A Wednesday 10 June 2009 13:23:30 Armando Serrano Lombillo escrigué: > > Hello again, I'm having another problem adding columns. The problem > happens > > if one of the columns is multidimensional

Re: [Pytables-users] More problems adding columns

2009-06-10 Thread Francesc Alted
A Wednesday 10 June 2009 13:23:30 Armando Serrano Lombillo escrigué: > Hello again, I'm having another problem adding columns. The problem happens > if one of the columns is multidimensional (not sure if that is the correct > term), that is if in instead of having a Float64Col() I have a > Float64C

[Pytables-users] More problems adding columns

2009-06-10 Thread Armando Serrano Lombillo
Hello again, I'm having another problem adding columns. The problem happens if one of the columns is multidimensional (not sure if that is the correct term), that is if in instead of having a Float64Col() I have a Float64Col(n). See below a sample script reproducing the problem. Any advice? Armand