diff options
author | Glenn Song <43005495+glennsong09@users.noreply.github.com> | 2023-10-03 19:32:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 19:32:45 (GMT) |
commit | 3f0b8817a166bac02ee6155544b950d9c4cdfbc3 (patch) | |
tree | 687c8cb344cf43d47933982557ac1a9265fd0e9a /test/tools/testfiles/expected/h5dump/tscaleoffset.ddl | |
parent | 95907ba548cd6d40eb625f7c79d9bc437df93c68 (diff) | |
download | hdf5-3f0b8817a166bac02ee6155544b950d9c4cdfbc3.zip hdf5-3f0b8817a166bac02ee6155544b950d9c4cdfbc3.tar.gz hdf5-3f0b8817a166bac02ee6155544b950d9c4cdfbc3.tar.bz2 |
Remove duplicate testfiles (#3626)
Diffstat (limited to 'test/tools/testfiles/expected/h5dump/tscaleoffset.ddl')
-rw-r--r-- | test/tools/testfiles/expected/h5dump/tscaleoffset.ddl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/tools/testfiles/expected/h5dump/tscaleoffset.ddl b/test/tools/testfiles/expected/h5dump/tscaleoffset.ddl new file mode 100644 index 0000000..a039736 --- /dev/null +++ b/test/tools/testfiles/expected/h5dump/tscaleoffset.ddl @@ -0,0 +1,20 @@ +HDF5 "tfilters.h5" { +DATASET "scaleoffset" { + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } + STORAGE_LAYOUT { + CHUNKED ( 10, 5 ) + SIZE 188 (4.255:1 COMPRESSION) + } + FILTERS { + COMPRESSION SCALEOFFSET { MIN BITS 2 } + } + FILLVALUE { + FILL_TIME H5D_FILL_TIME_IFSET + VALUE H5D_FILL_VALUE_DEFAULT + } + ALLOCATION_TIME { + H5D_ALLOC_TIME_INCR + } +} +} |