Skip to content

Commit ffc1a26

Browse files
committed
edit name: threads -> num_threads
1 parent c8e641b commit ffc1a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
374374
desc="optimal schema for merging ROIs when applying adaptive GTM",
375375
)
376376

377-
threads = traits.Int(
377+
num_threads = traits.Int(
378378
argstr="--threads %i", desc="threads : number of threads to use"
379379
)
380380

0 commit comments

Comments
 (0)