We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b7dfd commit cfb19c4Copy full SHA for cfb19c4
nipype/algorithms/tests/test_auto_ActivationCount.py
@@ -11,7 +11,7 @@ def test_ActivationCount_inputs():
11
usedefault=True,
12
),
13
in_files=dict(mandatory=True, ),
14
- threshold=dict(usedefault=True, ),
+ threshold=dict(mandatory=True, ),
15
)
16
inputs = ActivationCount.input_spec()
17
0 commit comments