bug fix, new features Description: when comparing links , the output for the number of differences found was not being done Solution: print it add 3 more tests that test the output of differences for 1) groups 2) datatypes 3) links Platforms tested: linux Misc. update:
16 lines
689 B
Plaintext
16 lines
689 B
Plaintext
#############################
|
|
Expected output for 'h5diff file1.h5 file2.h5 -r'
|
|
#############################
|
|
Dataset: </g1/dset1> and </g1/dset1>
|
|
position dset1 dset1 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
|
|
4 differences found
|
|
--------------------------------
|
|
Some objects are not comparable
|
|
--------------------------------
|
|
Use -v for a list of objects.
|