Skip to content

Commit f50b1ca

Browse files
author
Fabio Bernardoni
committed
auto tests added to commit
1 parent f791fc1 commit f50b1ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

nipype/interfaces/spm/tests/test_auto_ApplyVDM.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def test_ApplyVDM_inputs():
1515
),
1616
interpolation=dict(
1717
field="roptions.rinterp",
18-
usedefault=True,
1918
),
2019
matlab_cmd=dict(),
2120
mfile=dict(
@@ -26,9 +25,6 @@ def test_ApplyVDM_inputs():
2625
usedefault=True,
2726
),
2827
paths=dict(),
29-
reslice_interp=dict(
30-
field="roptions.rinterp",
31-
),
3228
use_mcr=dict(),
3329
use_v8struct=dict(
3430
min_ver="8",
@@ -38,6 +34,7 @@ def test_ApplyVDM_inputs():
3834
copyfile=True,
3935
extensions=None,
4036
field="data.vdmfile",
37+
mandatory=True,
4138
),
4239
write_mask=dict(
4340
field="roptions.mask",

nipype/interfaces/spm/tests/test_auto_FieldMap.py

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ def test_FieldMap_inputs():
3131
field="subj.defaults.defaultsval.ajm",
3232
usedefault=True,
3333
),
34+
jobtype=dict(
35+
deprecated="1.9.0",
36+
usedefault=True,
37+
),
3438
magnitude_file=dict(
3539
copyfile=False,
3640
extensions=None,

0 commit comments

Comments
 (0)