[svn-r16300] Added an option to avoid dealing with NaNs
-N, --nan Avoid NaNs detection Note: there is no shell script run for datasets with NaN because the output is non portable (different results and NaN strings for different systems) Tested: windows, linux
This commit is contained in:
@@ -10,6 +10,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]]
|
||||
-r, --report Report mode. Print differences
|
||||
-v, --verbose Verbose mode. Print differences, list of objects
|
||||
-q, --quiet Quiet mode. Do not do output
|
||||
-N, --nan Avoid NaNs detection
|
||||
-n C, --count=C Print differences up to C number
|
||||
-d D, --delta=D Print difference when greater than limit D
|
||||
-p R, --relative=R Print difference when greater than relative limit R
|
||||
|
||||
Reference in New Issue
Block a user