mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
e23d2acad8
added new tests with different datatypes for h5dump binary output tested: kagiso
12 lines
251 B
SQL
12 lines
251 B
SQL
#############################
|
|
Expected output for 'h5dump -d float -o out2.bin -b BE tbinary.h5'
|
|
#############################
|
|
HDF5 "tbinary.h5" {
|
|
DATASET "float" {
|
|
DATATYPE H5T_IEEE_F32LE
|
|
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|