Skip to content

Commit 3561708

Browse files
committed
merge upstream master
1 parent 4149b2b commit 3561708

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nipype/algorithms/tests/test_auto_FramewiseDisplacement.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ def test_FramewiseDisplacement_inputs():
1111
ignore_exception=dict(nohash=True,
1212
usedefault=True,
1313
),
14-
in_plots=dict(),
14+
in_plots=dict(mandatory=True,
15+
),
1516
normalize=dict(usedefault=True,
1617
),
1718
out_figure=dict(usedefault=True,

nipype/algorithms/tests/test_auto_TSNR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22
from ...testing import assert_equal
3-
from ..misc import TSNR
3+
from ..confounds import TSNR
44

55

66
def test_TSNR_inputs():

0 commit comments

Comments
 (0)