Skip to content

Commit a886729

Browse files
committed
FIX: Typo
1 parent 1a14a13 commit a886729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def _run_interface(self, runtime):
443443
skip_vols = self.inputs.ignore_initial_volumes
444444
if skip_vols:
445445
imgseries = imgseries.__class__(
446-
img.series.get_data()[..., skip_vols:], imgseries.affine,
446+
imgseries.get_data()[..., skip_vols:], imgseries.affine,
447447
imgseries.header)
448448

449449
mask_images = self._process_masks(mask_images, imgseries.get_data())

0 commit comments

Comments
 (0)