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 574ac72 commit c5b1fe3Copy full SHA for c5b1fe3
nipype/algorithms/tests/test_auto_Gunzip.py
@@ -8,6 +8,9 @@ def test_Gunzip_inputs():
8
extensions=None,
9
mandatory=True,
10
),
11
+ mode=dict(
12
+ usedefault=True,
13
+ ),
14
)
15
inputs = Gunzip.input_spec()
16
0 commit comments