Re: [Pytables-users] problem copying array between files

2010-05-03 Thread Francesc Alted
A Monday 03 May 2010 16:00:00 escriguéreu: > Hi Francesc: > > I've attached a couple of files: > > 1) main.cpp.gz - the program I used to generate the hdf5 file. I should > mention that I am using HDF5 1.8.4 with enable-parallel > > 2) test.h5 - the hdf5 file that was generated. The file contain

Re: [Pytables-users] problem copying array between files

2010-05-02 Thread Francesc Alted
Hello Milad, A Sunday 02 May 2010 23:32:41 Milad Fatenejad escrigué: > Hello: > > I have an HDF5 file that was generated outside of pytables (in a C++ > program). It wrote a 3D array where the atom is: > > Float64Atom(shape=(3,), dflt=array([ 0., 0., 0.])) > > In other words, it is a 3D array

[Pytables-users] problem copying array between files

2010-05-02 Thread Milad Fatenejad
Hello: I have an HDF5 file that was generated outside of pytables (in a C++ program). It wrote a 3D array where the atom is: Float64Atom(shape=(3,), dflt=array([ 0., 0., 0.])) In other words, it is a 3D array of 1D arrays of doubles. When I open the file in python using pytables, it correctly