Skip to content

Commit 46c4fc6

Browse files
committed
Merge branch 'master' into afni_CenterMass
2 parents e5fc774 + 6cda3ef commit 46c4fc6

Some content is hidden

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

60 files changed

+248
-20
lines changed

nipype/interfaces/afni/tests/test_auto_ABoverlap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ 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
),

nipype/interfaces/afni/tests/test_auto_AFNICommand.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ 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',

nipype/interfaces/afni/tests/test_auto_AFNIPythonCommand.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ 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',

nipype/interfaces/afni/tests/test_auto_AFNItoNIFTI.py

Lines changed: 3 additions & 0 deletions
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
),

nipype/interfaces/afni/tests/test_auto_Allineate.py

Lines changed: 3 additions & 0 deletions
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',

nipype/interfaces/afni/tests/test_auto_AutoTcorrelate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ 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',

nipype/interfaces/afni/tests/test_auto_Autobox.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ 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',

nipype/interfaces/afni/tests/test_auto_Automask.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ 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',

nipype/interfaces/afni/tests/test_auto_Axialize.py

Lines changed: 3 additions & 0 deletions
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',

nipype/interfaces/afni/tests/test_auto_Bandpass.py

Lines changed: 3 additions & 0 deletions
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',

0 commit comments

Comments
 (0)