Skip to content

Commit 18e58e2

Browse files
committed
add IGNORE_UNICODE flag to doctest (py27 compat)
1 parent 704b6fe commit 18e58e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/possum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class B0Calc(FSLCommand):
7979
>>> b0calc = B0Calc()
8080
>>> b0calc.inputs.in_file = 'tissue+air_map.nii'
8181
>>> b0calc.inputs.z_b0 = 3.0
82-
>>> b0calc.cmdline
82+
>>> b0calc.cmdline # doctest: +IGNORE_UNICODE
8383
'b0calc -i tissue+air_map.nii -o tissue+air_map_b0field.nii.gz --b0=3.00'
8484
8585
"""

0 commit comments

Comments
 (0)