File tree 2 files changed +5
-4
lines changed
nipype/interfaces/spm/tests
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ def test_ApplyVDM_inputs():
15
15
),
16
16
interpolation = dict (
17
17
field = "roptions.rinterp" ,
18
- usedefault = True ,
19
18
),
20
19
matlab_cmd = dict (),
21
20
mfile = dict (
@@ -26,9 +25,6 @@ def test_ApplyVDM_inputs():
26
25
usedefault = True ,
27
26
),
28
27
paths = dict (),
29
- reslice_interp = dict (
30
- field = "roptions.rinterp" ,
31
- ),
32
28
use_mcr = dict (),
33
29
use_v8struct = dict (
34
30
min_ver = "8" ,
@@ -38,6 +34,7 @@ def test_ApplyVDM_inputs():
38
34
copyfile = True ,
39
35
extensions = None ,
40
36
field = "data.vdmfile" ,
37
+ mandatory = True ,
41
38
),
42
39
write_mask = dict (
43
40
field = "roptions.mask" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ def test_FieldMap_inputs():
31
31
field = "subj.defaults.defaultsval.ajm" ,
32
32
usedefault = True ,
33
33
),
34
+ jobtype = dict (
35
+ deprecated = "1.9.0" ,
36
+ usedefault = True ,
37
+ ),
34
38
magnitude_file = dict (
35
39
copyfile = False ,
36
40
extensions = None ,
You can’t perform that action at this time.
0 commit comments