Skip to content

Commit 8fe85ab

Browse files
committed
Re-generate 3dSynthesize auto-test
1 parent 6a62f18 commit 8fe85ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nipype/interfaces/afni/tests/test_auto_Synthesize.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ def test_Synthesize_inputs():
2626
copyfile=False,
2727
mandatory=True,
2828
),
29+
num_threads=dict(nohash=True,
30+
usedefault=True,
31+
),
2932
out_file=dict(argstr='-prefix %s',
3033
name_template='syn',
3134
),
3235
outputtype=dict(),
3336
select=dict(argstr='-select %s',
3437
mandatory=True,
3538
),
36-
terminal_output=dict(nohash=True,
39+
terminal_output=dict(deprecated='1.0.0',
40+
nohash=True,
3741
),
3842
)
3943
inputs = Synthesize.input_spec()

0 commit comments

Comments
 (0)