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 d4658cf commit d40a627Copy full SHA for d40a627
nipype/interfaces/afni/model.py
@@ -278,6 +278,8 @@ def _parse_inputs(self, skip=None):
278
self.inputs.num_glt = len(self.inputs.gltsym)
279
if not isdefined(self.inputs.out_file):
280
self.inputs.out_file = 'Decon.nii'
281
+ if isdefined(self.inputs.jobs):
282
+ self.inputs.num_threads = self.inputs.jobs
283
284
return super(Deconvolve, self)._parse_inputs(skip)
285
0 commit comments