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 > around this by using numarray.concatenate and then just create a new node, > but if you have any idea what I'm doing wrong, I would love to have your > input. Btw, the files were not created by PyTables. >
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ú també! -- >0,0< Francesc Altet http://www.carabos.com/ V V Cárabos Coop. V. Enjoy Data "-" ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
