Re: [Numpy-discussion] Strange problem with h5py and numpy

2010-12-28 Thread Johannes Korn
On 28.12.2010 15:13, Johannes Korn wrote:: > On 28.12.2010 14:46, Darren Dale wrote:: >> On Mon, Dec 27, 2010 at 12:58 PM, Johannes Korn wrote: > >>> I try to read a bunch of hdf files in a loop. The problem is that I get >>> an error at the second file because the

Re: [Numpy-discussion] Strange problem with h5py and numpy

2010-12-28 Thread Johannes Korn
On 28.12.2010 14:46, Darren Dale wrote:: > On Mon, Dec 27, 2010 at 12:58 PM, Johannes Korn wrote: >> I try to read a bunch of hdf files in a loop. The problem is that I get >> an error at the second file because the file handle is of type> HDF5 file> > > The code y

[Numpy-discussion] Strange problem with h5py and numpy

2010-12-27 Thread Johannes Korn
Hi, I have a strange problem with h5py or with numpy. I try to read a bunch of hdf files in a loop. The problem is that I get an error at the second file because the file handle is of type It seems the file is opened and instantaneous closed again. Meanwhile I found the root of the evil: Firs