File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def _generate_segment(self):
143
143
pe_direction = self .inputs .pe_direction
144
144
shell_dist = self .inputs .shell_dist
145
145
shell_dist_text = ", " .join (
146
- f"{ shell_dist [key ]} directions at b={ key } s/mm\u00B2 "
146
+ f"{ shell_dist [key ]} directions at b={ key } s/mm<sup>2</sup> "
147
147
for key in shell_dist
148
148
)
149
149
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class _CheckGradientTableInputSpec(BaseInterfaceInputSpec):
20
20
in_rasb = File (exists = True , xor = ["in_bval" , "in_bvec" ])
21
21
b0_threshold = traits .Float (B0_THRESHOLD , usedefault = True )
22
22
bvec_norm_epsilon = traits .Float (BVEC_NORM_EPSILON , usedefault = True )
23
- b_mag = traits .Int (None , usedefault = True )
23
+ b_mag = traits .Either (None , traits . Int , usedefault = True )
24
24
b_scale = traits .Bool (True , usedefault = True )
25
25
26
26
You can’t perform that action at this time.
0 commit comments