Skip to content

Commit a66678c

Browse files
committed
update specs
1 parent 8ed12f6 commit a66678c

File tree

634 files changed

+1433
-634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

634 files changed

+1433
-634
lines changed

nipype/interfaces/afni/tests/test_auto_ABoverlap.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@ def test_ABoverlap_inputs():
2424
),
2525
no_automask=dict(argstr='-no_automask',
2626
),
27+
num_threads=dict(nohash=True,
28+
usedefault=True,
29+
),
2730
out_file=dict(argstr=' |& tee %s',
2831
position=-1,
2932
),
3033
outputtype=dict(),
3134
quiet=dict(argstr='-quiet',
3235
),
33-
terminal_output=dict(nohash=True,
36+
terminal_output=dict(deprecated='1.0.0',
37+
nohash=True,
3438
),
3539
verb=dict(argstr='-verb',
3640
),

nipype/interfaces/afni/tests/test_auto_AFNICommand.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ def test_AFNICommand_inputs():
1212
ignore_exception=dict(nohash=True,
1313
usedefault=True,
1414
),
15+
num_threads=dict(nohash=True,
16+
usedefault=True,
17+
),
1518
out_file=dict(argstr='-prefix %s',
1619
name_source=['in_file'],
1720
name_template='%s_afni',
1821
),
1922
outputtype=dict(),
20-
terminal_output=dict(nohash=True,
23+
terminal_output=dict(deprecated='1.0.0',
24+
nohash=True,
2125
),
2226
)
2327
inputs = AFNICommand.input_spec()

nipype/interfaces/afni/tests/test_auto_AFNICommandBase.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ def test_AFNICommandBase_inputs():
1212
ignore_exception=dict(nohash=True,
1313
usedefault=True,
1414
),
15-
terminal_output=dict(nohash=True,
15+
terminal_output=dict(deprecated='1.0.0',
16+
nohash=True,
1617
),
1718
)
1819
inputs = AFNICommandBase.input_spec()

nipype/interfaces/afni/tests/test_auto_AFNIPythonCommand.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ def test_AFNIPythonCommand_inputs():
1212
ignore_exception=dict(nohash=True,
1313
usedefault=True,
1414
),
15+
num_threads=dict(nohash=True,
16+
usedefault=True,
17+
),
1518
out_file=dict(argstr='-prefix %s',
1619
name_source=['in_file'],
1720
name_template='%s_afni',
1821
),
1922
outputtype=dict(),
20-
terminal_output=dict(nohash=True,
23+
terminal_output=dict(deprecated='1.0.0',
24+
nohash=True,
2125
),
2226
)
2327
inputs = AFNIPythonCommand.input_spec()

nipype/interfaces/afni/tests/test_auto_AFNItoNIFTI.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ def test_AFNItoNIFTI_inputs():
2222
newid=dict(argstr='-newid',
2323
xor=['oldid'],
2424
),
25+
num_threads=dict(nohash=True,
26+
usedefault=True,
27+
),
2528
oldid=dict(argstr='-oldid',
2629
xor=['newid'],
2730
),
@@ -33,7 +36,8 @@ def test_AFNItoNIFTI_inputs():
3336
outputtype=dict(),
3437
pure=dict(argstr='-pure',
3538
),
36-
terminal_output=dict(nohash=True,
39+
terminal_output=dict(deprecated='1.0.0',
40+
nohash=True,
3741
),
3842
)
3943
inputs = AFNItoNIFTI.input_spec()

nipype/interfaces/afni/tests/test_auto_AlignEpiAnatPy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def test_AlignEpiAnatPy_inputs():
3737
suffix=dict(argstr='-suffix %s',
3838
usedefault=True,
3939
),
40-
terminal_output=dict(nohash=True,
40+
terminal_output=dict(deprecated='1.0.0',
41+
nohash=True,
4142
),
4243
tshift=dict(argstr='-tshift %s',
4344
usedefault=True,

nipype/interfaces/afni/tests/test_auto_Allineate.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def test_Allineate_inputs():
6767
),
6868
nomask=dict(argstr='-nomask',
6969
),
70+
num_threads=dict(nohash=True,
71+
usedefault=True,
72+
),
7073
nwarp=dict(argstr='-nwarp %s',
7174
),
7275
nwarp_fixdep=dict(argstr='-nwarp_fixdep%s',
@@ -101,7 +104,8 @@ def test_Allineate_inputs():
101104
),
102105
source_mask=dict(argstr='-source_mask %s',
103106
),
104-
terminal_output=dict(nohash=True,
107+
terminal_output=dict(deprecated='1.0.0',
108+
nohash=True,
105109
),
106110
two_best=dict(argstr='-twobest %d',
107111
),

nipype/interfaces/afni/tests/test_auto_AutoTLRC.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ def test_AutoTLRC_inputs():
2222
no_ss=dict(argstr='-no_ss',
2323
),
2424
outputtype=dict(),
25-
terminal_output=dict(nohash=True,
25+
terminal_output=dict(deprecated='1.0.0',
26+
nohash=True,
2627
),
2728
)
2829
inputs = AutoTLRC.input_spec()

nipype/interfaces/afni/tests/test_auto_AutoTcorrelate.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,18 @@ def test_AutoTcorrelate_inputs():
2727
mask_source=dict(argstr='-mask_source %s',
2828
xor=['mask_only_targets'],
2929
),
30+
num_threads=dict(nohash=True,
31+
usedefault=True,
32+
),
3033
out_file=dict(argstr='-prefix %s',
3134
name_source='in_file',
3235
name_template='%s_similarity_matrix.1D',
3336
),
3437
outputtype=dict(),
3538
polort=dict(argstr='-polort %d',
3639
),
37-
terminal_output=dict(nohash=True,
40+
terminal_output=dict(deprecated='1.0.0',
41+
nohash=True,
3842
),
3943
)
4044
inputs = AutoTcorrelate.input_spec()

nipype/interfaces/afni/tests/test_auto_Autobox.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@ def test_Autobox_inputs():
1818
),
1919
no_clustering=dict(argstr='-noclust',
2020
),
21+
num_threads=dict(nohash=True,
22+
usedefault=True,
23+
),
2124
out_file=dict(argstr='-prefix %s',
2225
name_source='in_file',
2326
name_template='%s_autobox',
2427
),
2528
outputtype=dict(),
2629
padding=dict(argstr='-npad %d',
2730
),
28-
terminal_output=dict(nohash=True,
31+
terminal_output=dict(deprecated='1.0.0',
32+
nohash=True,
2933
),
3034
)
3135
inputs = Autobox.input_spec()

0 commit comments

Comments
 (0)