Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 488 Bytes

Actions Status

HDF5 Tests using h5py

Basic, easy, quick HDF5 recursive check for file errors with Python and h5py

Check whole HDF5

This command checks all variables in myfile.h5:

python hdf5check.py myfile.h5

Check certain variable(s)

Optionally, specify particular variables, say Var1 and Var2:

python hdf5check.py myfile.h5 Var1 Var2