We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87d581 commit f973ce4Copy full SHA for f973ce4
nibabel/cmdline/diff.py
@@ -50,7 +50,7 @@ def are_values_different(*values):
50
Note that comparison is targetting reporting of comparison of the headers
51
so has following specifics:
52
- even a difference in data types is considered a difference, i.e. 1 != 1.0
53
- - nans are considered to be the "same", although generally nan != nan
+ - nans are considered to be the "same", although generally nan != nan
54
"""
55
value0 = values[0]
56
0 commit comments