mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
486c13d307
h5diff new features Description: added comparison for attributes adeded comparison for all dataset datatypes added tests for the new features changed the output format Solution: Platforms tested: linux solaris 5.7 IRIX 6.5 (64) Misc. update:
16 lines
767 B
Plaintext
16 lines
767 B
Plaintext
#############################
|
|
Expected output for 'h5diff file1.h5 file2.h5 -v -d 5 g1/dset3 g1/dset4'
|
|
#############################
|
|
$h5diff file1.h5 file2.h5 -v -d 5 g1/dset3 g1/dset4
|
|
Dataset: </g1/dset3> and </g1/dset4>
|
|
position dset3 dset4 difference
|
|
------------------------------------------------------------
|
|
[ 0 0 ] 100.000000 110.000000 10.000000
|
|
[ 0 1 ] 110.000000 100.000000 10.000000
|
|
[ 1 0 ] 100.000000 90.000000 10.000000
|
|
[ 1 1 ] 100.000000 80.000000 20.000000
|
|
[ 2 0 ] 100.000000 140.000000 40.000000
|
|
[ 2 1 ] 100.000000 200.000000 100.000000
|
|
6 differences found
|
|
|