@@ -7,21 +7,21 @@ def test_BDP_inputs():
7
7
input_map = dict (BVecBValPair = dict (argstr = '--bvec %s --bval %s' ,
8
8
mandatory = True ,
9
9
position = - 1 ,
10
- xor = ['bMatrixFile' ],
10
+ xor = [u 'bMatrixFile' ],
11
11
),
12
12
args = dict (argstr = '%s' ,
13
13
),
14
14
bMatrixFile = dict (argstr = '--bmat %s' ,
15
15
mandatory = True ,
16
16
position = - 1 ,
17
- xor = ['BVecBValPair' ],
17
+ xor = [u 'BVecBValPair' ],
18
18
),
19
19
bValRatioThreshold = dict (argstr = '--bval-ratio-threshold %f' ,
20
20
),
21
21
bfcFile = dict (argstr = '%s' ,
22
22
mandatory = True ,
23
23
position = 0 ,
24
- xor = ['noStructuralRegistration' ],
24
+ xor = [u 'noStructuralRegistration' ],
25
25
),
26
26
customDiffusionLabel = dict (argstr = '--custom-diffusion-label %s' ,
27
27
),
@@ -51,10 +51,10 @@ def test_BDP_inputs():
51
51
estimateTensors = dict (argstr = '--tensors' ,
52
52
),
53
53
fieldmapCorrection = dict (argstr = '--fieldmap-correction %s' ,
54
- requires = ['echoSpacing' ],
54
+ requires = [u 'echoSpacing' ],
55
55
),
56
56
fieldmapCorrectionMethod = dict (argstr = '--fieldmap-correction-method %s' ,
57
- xor = ['skipIntensityCorr' ],
57
+ xor = [u 'skipIntensityCorr' ],
58
58
),
59
59
fieldmapSmooth = dict (argstr = '--fieldmap-smooth3=%f' ,
60
60
),
@@ -80,7 +80,7 @@ def test_BDP_inputs():
80
80
noStructuralRegistration = dict (argstr = '--no-structural-registration' ,
81
81
mandatory = True ,
82
82
position = 0 ,
83
- xor = ['bfcFile' ],
83
+ xor = [u 'bfcFile' ],
84
84
),
85
85
odfLambta = dict (argstr = '--odf-lambda <L>' ,
86
86
),
@@ -99,7 +99,7 @@ def test_BDP_inputs():
99
99
skipDistortionCorr = dict (argstr = '--no-distortion-correction' ,
100
100
),
101
101
skipIntensityCorr = dict (argstr = '--no-intensity-correction' ,
102
- xor = ['fieldmapCorrectionMethod' ],
102
+ xor = [u 'fieldmapCorrectionMethod' ],
103
103
),
104
104
skipNonuniformityCorr = dict (argstr = '--no-nonuniformity-correction' ,
105
105
),
0 commit comments