Skip to content

Commit 995dafd

Browse files
effigiesZviBaratz
andauthored
Update nibabel/tests/test_spm99analyze.py
Co-authored-by: Zvi Baratz <[email protected]>
1 parent a12bac7 commit 995dafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/tests/test_spm99analyze.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
COMPLEX_TYPES = sorted(sctypes['c'], key=lambda x: x.__name__)
4848
INT_TYPES = sorted(sctypes['i'], key=lambda x: x.__name__)
4949
UINT_TYPES = sorted(sctypes['u'], key=lambda x: x.__name__)
50+
51+
# Create combined type lists
5052
CFLOAT_TYPES = FLOAT_TYPES + COMPLEX_TYPES
5153
IUINT_TYPES = INT_TYPES + UINT_TYPES
5254
NUMERIC_TYPES = CFLOAT_TYPES + IUINT_TYPES

0 commit comments

Comments
 (0)