Skip to content

Commit b64a63a

Browse files
committed
Fix possum test.
FSLOUTTYPE must only default to .nii for me.
1 parent 42c3c1f commit b64a63a

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
@@ -80,7 +80,7 @@ class B0Calc(FSLCommand):
8080
>>> b0calc.inputs.in_file = 'tissue+air_map.nii'
8181
>>> b0calc.inputs.z_b0 = 3.0
8282
>>> b0calc.cmdline # doctest: +IGNORE_UNICODE
83-
'b0calc -i tissue+air_map.nii -o tissue+air_map_b0field.nii --b0=3.00'
83+
'b0calc -i tissue+air_map.nii -o tissue+air_map_b0field.nii.gz --b0=3.00'
8484
8585
"""
8686

0 commit comments

Comments
 (0)