Skip to content

Commit ee3676c

Browse files
committed
update regression test
1 parent 5f2cdb5 commit ee3676c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/tests/test_fd.py renamed to nipype/algorithms/tests/test_confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
from nipype.testing import (assert_equal, example_data)
5-
from nipype.algorithms.misc import FramewiseDisplacement
5+
from nipype.algorithms.confounds import FramewiseDisplacement
66
import numpy as np
77
from tempfile import mkdtemp
88
from shutil import rmtree

0 commit comments

Comments
 (0)