On Tue, 23 Mar 2010 09:17:29 -0400, Matt Calder <mvcal...@gmail.com>
wrote:

> Thanks for the pointer to h5diff. Unfortunately, it shows no
> difference in the files. Any idea how a timestamp might find its way
> into the file? Or where I might look for an answer? I'm guessing this
> is happening at the hdf5 rather than the pytable level.

it probably is, I've seen this with other hdf-5 code.

h5diff compares datasets. If it says there are no differences, then there
are no differences to worry about. You may be able to see something in
hdfview. I'm not sure how PyTables handles object ID's. They might differ
if you run the code in the way you did. What happens if you run the same
code twice, both in a fresh python session?

Maarten

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to