mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +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:
14 lines
615 B
Plaintext
14 lines
615 B
Plaintext
#############################
|
|
Expected output for 'h5diff file4.h5 file4.h5 -v dset5a dset5b'
|
|
#############################
|
|
$h5diff file4.h5 file4.h5 -v dset5a dset5b
|
|
Dataset: </dset5a> and </dset5b>
|
|
position dset5a dset5b difference
|
|
------------------------------------------------------------
|
|
[ 1 0 ] 1.000000 3.000000 2.000000
|
|
[ 1 1 ] 1.000000 4.000000 3.000000
|
|
[ 2 0 ] 1.000000 5.000000 4.000000
|
|
[ 2 1 ] 1.000000 6.000000 5.000000
|
|
4 differences found
|
|
|