Skip to content

Commit 988c382

Browse files
committed
STY: black [ignore-rev]
1 parent b7113ff commit 988c382

File tree

3 files changed

+198
-199
lines changed

3 files changed

+198
-199
lines changed

nipype/interfaces/freesurfer/model.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,15 @@ class GLMFitInputSpec(FSTraitedSpec):
407407
desc="Reference time activity curve and frame times",
408408
)
409409
mrtm2 = InputMultiPath(
410-
traits.Tuple(File(exists=True), File(exists=True), traits.Float),
410+
traits.Tuple(File(exists=True), File(exists=True), traits.Float),
411411
argstr="--mrtm2 %s %s %f...",
412-
desc="Reference time activity curve, frame times and k2p",
412+
desc="Reference time activity curve, frame times and k2p",
413413
)
414414
logan = InputMultiPath(
415-
traits.Tuple(File(exists=True), File(exists=True), traits.Float),
415+
traits.Tuple(File(exists=True), File(exists=True), traits.Float),
416416
argstr="--logan %s %s %f...",
417-
desc="Reference time activity curve, frame times and tstar",
418-
)
417+
desc="Reference time activity curve, frame times and tstar",
418+
)
419419
force_perm = traits.Bool(
420420
argstr="--perm-force",
421421
desc="force perumtation test, even when design matrix is not orthog",
@@ -443,6 +443,7 @@ class GLMFitInputSpec(FSTraitedSpec):
443443
desc='save outputs as nii.gz',
444444
)
445445

446+
446447
class GLMFitOutputSpec(TraitedSpec):
447448

448449
glm_dir = Directory(exists=True, desc="output directory")
@@ -462,7 +463,7 @@ class GLMFitOutputSpec(TraitedSpec):
462463
frame_eigenvectors = File(desc="matrix of frame eigenvectors from residual PCA")
463464
singular_values = File(desc="matrix singular values from residual PCA")
464465
svd_stats_file = File(desc="text file summarizing the residual PCA")
465-
466+
466467

467468
class GLMFit(FSCommand):
468469
"""Use FreeSurfer's mri_glmfit to specify and estimate a general linear model.

0 commit comments

Comments
 (0)