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():
17
17
),
18
18
grad_fsl = dict (argstr = '-fslgrad %s %s' ,
19
19
),
20
- ignore_exception = dict (nohash = True ,
20
+ ignore_exception = dict (deprecated = '1.0.0' ,
21
+ nohash = True ,
21
22
usedefault = True ,
22
23
),
23
24
in_bval = dict (),
Original file line number Diff line number Diff line change @@ -15,15 +15,12 @@ def test_Generate5tt_inputs():
15
15
environ = dict (nohash = True ,
16
16
usedefault = True ,
17
17
),
18
- ignore_exception = dict (deprecated = '1.0.0' ,
19
- nohash = True ,
20
- usedefault = True ,
21
- ),
22
18
grad_file = dict (argstr = '-grad %s' ,
23
19
),
24
20
grad_fsl = dict (argstr = '-fslgrad %s %s' ,
25
21
),
26
- ignore_exception = dict (nohash = True ,
22
+ ignore_exception = dict (deprecated = '1.0.0' ,
23
+ nohash = True ,
27
24
usedefault = True ,
28
25
),
29
26
in_bval = dict (),
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ def test_MRConvert_inputs():
21
21
),
22
22
grad_fsl = dict (argstr = '-fslgrad %s %s' ,
23
23
),
24
- ignore_exception = dict (nohash = True ,
24
+ ignore_exception = dict (deprecated = '1.0.0' ,
25
+ nohash = True ,
25
26
usedefault = True ,
26
27
),
27
28
in_bval = dict (),
Original file line number Diff line number Diff line change @@ -13,15 +13,12 @@ def test_MRMath_inputs():
13
13
environ = dict (nohash = True ,
14
14
usedefault = True ,
15
15
),
16
- ignore_exception = dict (deprecated = '1.0.0' ,
17
- nohash = True ,
18
- usedefault = True ,
19
- ),
20
16
grad_file = dict (argstr = '-grad %s' ,
21
17
),
22
18
grad_fsl = dict (argstr = '-fslgrad %s %s' ,
23
19
),
24
- ignore_exception = dict (nohash = True ,
20
+ ignore_exception = dict (deprecated = '1.0.0' ,
21
+ nohash = True ,
25
22
usedefault = True ,
26
23
),
27
24
in_bval = dict (),
You can’t perform that action at this time.
0 commit comments