File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
nipype/interfaces/spm/tests Expand file tree Collapse file tree 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():
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" ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments