Skip to content

Commit c6192ad

Browse files
committed
RF: Do not automatically load data CIFTI data
1 parent 8b41f55 commit c6192ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/cifti2/parse_cifti2.py

-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def __init__(self, dataobj, affine, header=None,
147147
if self.cifti_img is None:
148148
raise ValueError('Nifti2 header does not contain a CIFTI2 '
149149
'extension')
150-
self.cifti_img.data = self.get_data()
151150

152151

153152
class Cifti2Parser(xml.XmlParser):

0 commit comments

Comments
 (0)