blob: d0e1bbafeb7e399ddd87d49f74c418e28ea0b1d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#############################
Expected output for 'h5dump --header -a /attr2 --attribute=/attr tattr.h5'
#############################
HDF5 "tattr.h5" {
ATTRIBUTE "/attr2" {
DATATYPE H5T_STD_I32BE
DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
}
ATTRIBUTE "/attr" {
}
}
h5dump error: unable to open attribute "/"
|