Skip to content

Commit 3a69a47

Browse files
committed
FIX: Typo in function name
1 parent 0cdc971 commit 3a69a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def _run_interface(self, runtime):
667667
global_signal = in_nii.get_data()[:,:,:,:50].mean(axis=0).mean(axis=0).mean(axis=0)
668668

669669
self._results = {
670-
'n_volumes_to_discard': _is_outlier(global_signal)
670+
'n_volumes_to_discard': is_outlier(global_signal)
671671
}
672672

673673
return runtime

0 commit comments

Comments
 (0)