Skip to content

Commit 9e3ff2a

Browse files
committed
MAINT: add comment specifying behaviour of shape=None to _hdr_key_dict
1 parent 218aafa commit 9e3ff2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/parrec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
# General information dict definitions
130130
# assign props to PAR header entries
131131
# values are: (shortname[, dtype[, shape]])
132+
# if shape is None, the number of elements is to be determined on read
132133
_hdr_key_dict = {
133134
'Patient name': ('patient_name',),
134135
'Examination name': ('exam_name',),

0 commit comments

Comments
 (0)