mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
553e452ce4
Fixed Bug 2184 - GMQS: h5diff - incorrect calculation code for --use-system-epsilon option Description: Merged from HDF5 1.8 branch r20369. Fixed h5diff for --use-system-epsilon option: the calculation changed from ( |a - b| / b ) to ( |a - b| ). This was decided for better performance and was corrected only in HDF5 trunk, so 1.8 got updated. Also comments for equal_XXX() function were updated correctly. Also help page and RM got updated correctly. Also add test cases for testing the differences w/wo the option. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE)
11 lines
494 B
Plaintext
11 lines
494 B
Plaintext
dataset: </g1/fp1> and </g1/fp2>
|
|
size: [3x2] [3x2]
|
|
position fp1 fp2 difference
|
|
------------------------------------------------------------
|
|
[ 0 1 ] 1e-07 2e-07 1e-07
|
|
[ 1 0 ] 1e-07 3e-07 2e-07
|
|
[ 1 1 ] 2.2e-07 1e-07 1.2e-07
|
|
[ 2 0 ] 1e-07 0 1e-07
|
|
4 differences found
|
|
EXIT CODE: 1
|