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 0c7c649 commit 8313923Copy full SHA for 8313923
nipype/algorithms/confounds.py
@@ -332,8 +332,8 @@ def _run_interface(self, runtime):
332
mask = nb.load(self.inputs.mask_file).get_data()
333
334
if imgseries.shape[:3] != mask.shape:
335
- raise ValueError("Inputs for CompCor, func {} and mask {}, do not have matching '
336
- 'spatial dimensions ({} and {}, respectively)"
+ raise ValueError('Inputs for CompCor, func {} and mask {}, do not have matching '
+ 'spatial dimensions ({} and {}, respectively)'
337
.format(self.inputs.realigned_file, self.inputs.mask_file,
338
imgseries.shape[:3], mask.shape))
339
0 commit comments