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()

nipype/interfaces/afni/tests/test_auto_Automask.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ def test_Automask_inputs():
2727
mandatory=True,
2828
position=-1,
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_mask',
3336
),
3437
outputtype=dict(),
35-
terminal_output=dict(nohash=True,
38+
terminal_output=dict(deprecated='1.0.0',
39+
nohash=True,
3640
),
3741
)
3842
inputs = Automask.input_spec()

nipype/interfaces/afni/tests/test_auto_Axialize.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ def test_Axialize_inputs():
2323
mandatory=True,
2424
position=-2,
2525
),
26+
num_threads=dict(nohash=True,
27+
usedefault=True,
28+
),
2629
orientation=dict(argstr='-orient %s',
2730
),
2831
out_file=dict(argstr='-prefix %s',
@@ -33,7 +36,8 @@ def test_Axialize_inputs():
3336
sagittal=dict(argstr='-sagittal',
3437
xor=['coronal', 'axial'],
3538
),
36-
terminal_output=dict(nohash=True,
39+
terminal_output=dict(deprecated='1.0.0',
40+
nohash=True,
3741
),
3842
verb=dict(argstr='-verb',
3943
),

nipype/interfaces/afni/tests/test_auto_Bandpass.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ def test_Bandpass_inputs():
4444
),
4545
notrans=dict(argstr='-notrans',
4646
),
47+
num_threads=dict(nohash=True,
48+
usedefault=True,
49+
),
4750
orthogonalize_dset=dict(argstr='-dsort %s',
4851
),
4952
orthogonalize_file=dict(argstr='-ort %s',
@@ -55,7 +58,8 @@ def test_Bandpass_inputs():
5558
position=1,
5659
),
5760
outputtype=dict(),
58-
terminal_output=dict(nohash=True,
61+
terminal_output=dict(deprecated='1.0.0',
62+
nohash=True,
5963
),
6064
tr=dict(argstr='-dt %f',
6165
),

nipype/interfaces/afni/tests/test_auto_BlurInMask.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ def test_BlurInMask_inputs():
2828
),
2929
multimask=dict(argstr='-Mmask %s',
3030
),
31+
num_threads=dict(nohash=True,
32+
usedefault=True,
33+
),
3134
options=dict(argstr='%s',
3235
position=2,
3336
),
@@ -39,7 +42,8 @@ def test_BlurInMask_inputs():
3942
outputtype=dict(),
4043
preserve=dict(argstr='-preserve',
4144
),
42-
terminal_output=dict(nohash=True,
45+
terminal_output=dict(deprecated='1.0.0',
46+
nohash=True,
4347
),
4448
)
4549
inputs = BlurInMask.input_spec()

nipype/interfaces/afni/tests/test_auto_BlurToFWHM.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ def test_BlurToFWHM_inputs():
2525
),
2626
mask=dict(argstr='-blurmaster %s',
2727
),
28+
num_threads=dict(nohash=True,
29+
usedefault=True,
30+
),
2831
out_file=dict(argstr='-prefix %s',
2932
name_source=['in_file'],
3033
name_template='%s_afni',
3134
),
3235
outputtype=dict(),
33-
terminal_output=dict(nohash=True,
36+
terminal_output=dict(deprecated='1.0.0',
37+
nohash=True,
3438
),
3539
)
3640
inputs = BlurToFWHM.input_spec()

nipype/interfaces/afni/tests/test_auto_BrickStat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def test_BrickStat_inputs():
3232
),
3333
sum=dict(argstr='-sum',
3434
),
35-
terminal_output=dict(nohash=True,
35+
terminal_output=dict(deprecated='1.0.0',
36+
nohash=True,
3637
),
3738
var=dict(argstr='-var',
3839
),

nipype/interfaces/afni/tests/test_auto_Bucket.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ def test_Bucket_inputs():
1616
mandatory=True,
1717
position=-1,
1818
),
19+
num_threads=dict(nohash=True,
20+
usedefault=True,
21+
),
1922
out_file=dict(argstr='-prefix %s',
2023
name_template='buck',
2124
),
2225
outputtype=dict(),
23-
terminal_output=dict(nohash=True,
26+
terminal_output=dict(deprecated='1.0.0',
27+
nohash=True,
2428
),
2529
)
2630
inputs = Bucket.input_spec()

nipype/interfaces/afni/tests/test_auto_Calc.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ def test_Calc_inputs():
2626
in_file_c=dict(argstr='-c %s',
2727
position=2,
2828
),
29+
num_threads=dict(nohash=True,
30+
usedefault=True,
31+
),
2932
other=dict(argstr='',
3033
),
3134
out_file=dict(argstr='-prefix %s',
@@ -40,7 +43,8 @@ def test_Calc_inputs():
4043
),
4144
stop_idx=dict(requires=['start_idx'],
4245
),
43-
terminal_output=dict(nohash=True,
46+
terminal_output=dict(deprecated='1.0.0',
47+
nohash=True,
4448
),
4549
)
4650
inputs = Calc.input_spec()

nipype/interfaces/afni/tests/test_auto_Cat.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ def test_Cat_inputs():
1818
),
1919
keepfree=dict(argstr='-nonfixed',
2020
),
21+
num_threads=dict(nohash=True,
22+
usedefault=True,
23+
),
2124
omitconst=dict(argstr='-nonconst',
2225
),
2326
out_cint=dict(xor=['out_format', 'out_nice', 'out_double', 'out_fint', 'out_int'],
@@ -46,7 +49,8 @@ def test_Cat_inputs():
4649
),
4750
stack=dict(argstr='-stack',
4851
),
49-
terminal_output=dict(nohash=True,
52+
terminal_output=dict(deprecated='1.0.0',
53+
nohash=True,
5054
),
5155
)
5256
inputs = Cat.input_spec()

nipype/interfaces/afni/tests/test_auto_CatMatvec.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def test_CatMatvec_inputs():
2525
descr="indicates that the resulting matrix willbe written to outfile in the 'MATRIX(...)' format (FORM 3).This feature could be used, with clever scripting, to inputa matrix directly on the command line to program 3dWarp.",
2626
xor=['oneline', 'fourxfour'],
2727
),
28+
num_threads=dict(nohash=True,
29+
usedefault=True,
30+
),
2831
oneline=dict(argstr='-ONELINE',
2932
descr='indicates that the resulting matrixwill simply be written as 12 numbers on one line.',
3033
xor=['matrix', 'fourxfour'],
@@ -35,7 +38,8 @@ def test_CatMatvec_inputs():
3538
position=-1,
3639
),
3740
outputtype=dict(),
38-
terminal_output=dict(nohash=True,
41+
terminal_output=dict(deprecated='1.0.0',
42+
nohash=True,
3943
),
4044
)
4145
inputs = CatMatvec.input_spec()

nipype/interfaces/afni/tests/test_auto_CenterMass.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def test_CenterMass_inputs():
3737
),
3838
set_cm=dict(argstr='-set %f %f %f',
3939
),
40-
terminal_output=dict(nohash=True,
40+
terminal_output=dict(deprecated='1.0.0',
41+
nohash=True,
4142
),
4243
)
4344
inputs = CenterMass.input_spec()

nipype/interfaces/afni/tests/test_auto_ClipLevel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def test_ClipLevel_inputs():
2727
mfrac=dict(argstr='-mfrac %s',
2828
position=2,
2929
),
30-
terminal_output=dict(nohash=True,
30+
terminal_output=dict(deprecated='1.0.0',
31+
nohash=True,
3132
),
3233
)
3334
inputs = ClipLevel.input_spec()

nipype/interfaces/afni/tests/test_auto_Copy.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ def test_Copy_inputs():
1717
mandatory=True,
1818
position=-2,
1919
),
20+
num_threads=dict(nohash=True,
21+
usedefault=True,
22+
),
2023
out_file=dict(argstr='%s',
2124
name_source='in_file',
2225
name_template='%s_copy',
2326
position=-1,
2427
),
2528
outputtype=dict(),
26-
terminal_output=dict(nohash=True,
29+
terminal_output=dict(deprecated='1.0.0',
30+
nohash=True,
2731
),
2832
)
2933
inputs = Copy.input_spec()

0 commit comments

Comments
 (0)