Re: [Pytables-users] append method of EArray

2006-12-12 Thread elias . collas
> > Yes. You've catched a bug (i.e. the array was saved without a > byteorder check). This should be solved in r2118 of trunk. Try the > patch available in: > > http://www.pytables.org/trac/changeset/2118/trunk > > and tell me how it goes. > > > Feliz Navidad y Prospero Año > > Bon Nadal per t

Re: [Pytables-users] append method of EArray

2006-12-12 Thread Francesc Altet
A Dilluns 11 Desembre 2006 23:16, [EMAIL PROTECTED] escrigué: > Hola Francesc, > > I'm trying to combine EArray nodes from two separate files into a single > file. The problem seems to be with the append method. > [SNIP] > > I end up with the correct shape, but the data is corrupt. I can work > aro

[Pytables-users] append method of EArray

2006-12-11 Thread elias . collas
Hola Francesc, I'm trying to combine EArray nodes from two separate files into a single file. The problem seems to be with the append method. >>> print tables.__version__ 1.3 >>> print numarray.__version__ 1.5.1 >>> master = tables.openFile('heck1.h5', 'a') >>> node = master.root.results.og