Skip to content

Commit 3ef28f5

Browse files
committed
BF: Add label_table to named_map structure
1 parent e5d6443 commit 3ef28f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/cifti2/parse_cifti2_fast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def StartElementHandler(self, name, attrs):
203203
assert isinstance(named_map, Cifti2NamedMap)
204204
self.fsm_state.append('LabelTable')
205205
self.struct_state.append(lata)
206+
named_map.label_table = lata
206207

207208
elif name == 'Label':
208209
lata = self.struct_state[-1]

0 commit comments

Comments
 (0)