File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
nipype/interfaces/mrtrix3/tests Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ def test_DWIExtract_inputs():
1717 ),
1818 grad_fsl = dict (argstr = '-fslgrad %s %s' ,
1919 ),
20- ignore_exception = dict (nohash = True ,
20+ ignore_exception = dict (deprecated = '1.0.0' ,
21+ nohash = True ,
2122 usedefault = True ,
2223 ),
2324 in_bval = dict (),
Original file line number Diff line number Diff line change @@ -15,15 +15,12 @@ def test_Generate5tt_inputs():
1515 environ = dict (nohash = True ,
1616 usedefault = True ,
1717 ),
18- ignore_exception = dict (deprecated = '1.0.0' ,
19- nohash = True ,
20- usedefault = True ,
21- ),
2218 grad_file = dict (argstr = '-grad %s' ,
2319 ),
2420 grad_fsl = dict (argstr = '-fslgrad %s %s' ,
2521 ),
26- ignore_exception = dict (nohash = True ,
22+ ignore_exception = dict (deprecated = '1.0.0' ,
23+ nohash = True ,
2724 usedefault = True ,
2825 ),
2926 in_bval = dict (),
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ def test_MRConvert_inputs():
2121 ),
2222 grad_fsl = dict (argstr = '-fslgrad %s %s' ,
2323 ),
24- ignore_exception = dict (nohash = True ,
24+ ignore_exception = dict (deprecated = '1.0.0' ,
25+ nohash = True ,
2526 usedefault = True ,
2627 ),
2728 in_bval = dict (),
Original file line number Diff line number Diff line change @@ -13,15 +13,12 @@ def test_MRMath_inputs():
1313 environ = dict (nohash = True ,
1414 usedefault = True ,
1515 ),
16- ignore_exception = dict (deprecated = '1.0.0' ,
17- nohash = True ,
18- usedefault = True ,
19- ),
2016 grad_file = dict (argstr = '-grad %s' ,
2117 ),
2218 grad_fsl = dict (argstr = '-fslgrad %s %s' ,
2319 ),
24- ignore_exception = dict (nohash = True ,
20+ ignore_exception = dict (deprecated = '1.0.0' ,
21+ nohash = True ,
2522 usedefault = True ,
2623 ),
2724 in_bval = dict (),
You can’t perform that action at this time.
0 commit comments