Skip to content

Commit d24acc2

Browse files
author
Shoshana Berleant
committed
fix TSNR import
1 parent a624b05 commit d24acc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/workflows/rsfmri/fsl/resting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from ....interfaces import fsl as fsl # fsl
88
from ....interfaces import utility as util # utility
99
from ....pipeline import engine as pe # pypeline engine
10-
from ....algorithms.misc import TSNR
10+
from ....algorithms.confounds import TSNR
1111
from ....algorithms import confounds
1212

1313
def select_volume(filename, which):

0 commit comments

Comments
 (0)