Skip to content

Commit 6cbbaff

Browse files
committed
FIX: Style/specs
1 parent 20ed59a commit 6cbbaff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ __pycache__/
3030
.ruby-version
3131
.pytest_cache
3232
.vscode/
33-
venv/
33+
venv/

nipype/interfaces/spm/tests/test_auto_Threshold.py

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def test_Threshold_inputs():
4848
min_ver="8",
4949
usedefault=True,
5050
),
51+
use_vox_fdr_correction=dict(
52+
usedefault=True,
53+
),
5154
)
5255
inputs = Threshold.input_spec()
5356

0 commit comments

Comments
 (0)