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 2c3350b commit 2fa22d1Copy full SHA for 2fa22d1
nibabel/cifti2/parse_cifti2.py
@@ -44,6 +44,7 @@ def _mangle(self, value):
44
raise ValueError('Can only mangle a Cifti2Header.')
45
return value.to_xml()
46
47
+
48
extension_codes.add_codes((
49
(Cifti2Extension.code, 'cifti', Cifti2Extension),))
50
0 commit comments