mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +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:
11 lines
516 B
Plaintext
11 lines
516 B
Plaintext
#############################
|
|
Expected output for 'h5diff file1.h5 file2.h5 g1/dset1 g1/dset2'
|
|
#############################
|
|
position dset1 dset2 difference
|
|
------------------------------------------------------------
|
|
[ 0 1 ] 1.000000 1.100000 0.100000
|
|
[ 1 0 ] 1.000000 1.010000 0.010000
|
|
[ 1 1 ] 1.000000 1.001000 0.001000
|
|
[ 2 0 ] 1.000000 1.000100 0.000100
|
|
|