Skip to content

Commit 0db15b5

Browse files
committed
fix leftover typo
1 parent 7cbe9df commit 0db15b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/algorithms/confounds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ def compute_dvars(in_file, in_mask, remove_zerovariance=False):
629629
from nitime.algorithms import AR_est_YW
630630
import warnings
631631

632-
mmap
633632
func = nb.load(in_file, mmap=NUMPY_MMAP).get_data().astype(np.float32)
634633
mask = nb.load(in_mask, mmap=NUMPY_MMAP).get_data().astype(np.uint8)
635634

0 commit comments

Comments
 (0)