Skip to content

Commit f44bca2

Browse files
committed
FIX: no underscore in 'label type' key
1 parent 04d5543 commit f44bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/parrec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ def _strict_sort_keys(self):
10391039

10401040
# try adding keys only present in a subset of .PAR files
10411041
idefs = self.image_defs
1042-
asl_keys = (idefs['label_type'], ) if 'label_type' in \
1042+
asl_keys = (idefs['label type'], ) if 'label type' in \
10431043
idefs.dtype.names else ()
10441044

10451045
if not self.general_info['diffusion'] == 0:

0 commit comments

Comments
 (0)