A Saturday 26 July 2008, Anand Patil escrigué:
> Hi all,
> I seem to have lost a long-running simulation... it was writing out
> to an hdf5 archive, and when I try to open the archive after the
> simulation is over I get the following and several nodes are missing
> from
> Africa.S.db.group0:
>
>
>
A Wednesday 23 July 2008, Kevin Christman escrigué:
> I have a Pytables table called Data. I do kExp =
> Data.readWhere('(MotorCompany == "Reliance")') to pick out some of
> the data. Now the type(kExp) is numpy.ndarray, and kExp.shape is
> (500,). but the type(kExp[0]) is numpy.void, and kExp[0]