Skip to content

Commit 53afcd4

Browse files
committed
TEST: make specs
1 parent 75a78e0 commit 53afcd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nipype/algorithms/tests/test_auto_ComputeDVARS.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ def test_ComputeDVARS_inputs():
4343
usedefault=True,
4444
),
4545
series_tr=dict(),
46+
variance_tol=dict(
47+
usedefault=True,
48+
),
4649
)
4750
inputs = ComputeDVARS.input_spec()
4851

0 commit comments

Comments
 (0)