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 a12bac7 commit 995dafdCopy full SHA for 995dafd
nibabel/tests/test_spm99analyze.py
@@ -47,6 +47,8 @@
47
COMPLEX_TYPES = sorted(sctypes['c'], key=lambda x: x.__name__)
48
INT_TYPES = sorted(sctypes['i'], key=lambda x: x.__name__)
49
UINT_TYPES = sorted(sctypes['u'], key=lambda x: x.__name__)
50
+
51
+# Create combined type lists
52
CFLOAT_TYPES = FLOAT_TYPES + COMPLEX_TYPES
53
IUINT_TYPES = INT_TYPES + UINT_TYPES
54
NUMERIC_TYPES = CFLOAT_TYPES + IUINT_TYPES
0 commit comments