mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
9dcbb7557d
commented a test that fails cross platforms and renamed files
14 lines
676 B
Plaintext
14 lines
676 B
Plaintext
#############################
|
|
Expected output for 'h5diff h5diff_basic1.h5 h5diff_basic2.h5 -r'
|
|
#############################
|
|
dataset: </g1/dset1> and </g1/dset1>
|
|
size: [3x2] [3x2]
|
|
position dset1 dset1 difference
|
|
------------------------------------------------------------
|
|
[ 0 0 ] 1 0 1
|
|
[ 0 1 ] 1 1.1 0.1
|
|
[ 1 0 ] 1 1.01 0.01
|
|
[ 1 1 ] 1 1.001 0.001
|
|
[ 2 1 ] 0 1 1
|
|
5 differences found
|