Skip to content

Commit a7f3eaa

Browse files
committed
remove duplicate of save_yhat_with_noise
1 parent ff36908 commit a7f3eaa

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
349349
argstr="--save-yhat", desc="save signal estimate (yhat) smoothed with the PSF"
350350
)
351351

352-
save_yhat_with_noise = traits.Tuple(
353-
traits.Int,
354-
traits.Int,
355-
argstr="--ss %i %i",
356-
desc="seed nreps : saves yhat with noise, seed < 0 for TOD",
357-
)
358-
359-
traits.Bool(
352+
save_yhat_with_noise = traits.Bool(
360353
argstr="--save-yhat-with-noise", desc="save signal estimate (yhat) with noise"
361354
)
362355

0 commit comments

Comments
 (0)