Skip to content

Commit 783c6a7

Browse files
committed
fix: typo
1 parent 3551a97 commit 783c6a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nipype/algorithms/confounds.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ class TCompCorInputSpec(CompCorInputSpec):
458458
class TCompCorOutputSpec(CompCorOutputSpec):
459459
# and all the fields in CompCorOutputSpec
460460
high_variance_masks = OutputMultiPath(File(exists=True),
461-
desc=("voxels excedding the variance "
462-
"threshold"))
461+
desc=(("voxels exceeding the variance"
462+
" threshold")))
463463

464464

465465
class TCompCor(CompCor):
@@ -755,6 +755,7 @@ def plot_confound(tseries, figsize, name, units=None,
755755
ax.set_yticklabels([])
756756
return fig
757757

758+
758759
def is_outlier(points, thresh=3.5):
759760
"""
760761
Returns a boolean array with True if points are outliers and False

0 commit comments

Comments
 (0)