Skip to content

Commit 3a82578

Browse files
committed
Fixed doctest
1 parent d24c5cd commit 3a82578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ class FUGUE(FSLCommand):
12871287
>>> fugue.inputs.unwarp_direction = 'y'
12881288
>>> fugue.inputs.save_shift = True
12891289
>>> fugue.cmdline #doctest: +ELLIPSIS
1290-
'fugue --dwelltoasym=0.3130081301 --mask=epi_mask.nii --phasemap=epi_phasediff.nii --saveshift=epi_phasediff_vsm.nii.gz --unwarpdir=y'
1290+
'fugue --dwelltoasym=0.9390243902 --mask=epi_mask.nii --phasemap=epi_phasediff.nii --saveshift=epi_phasediff_vsm.nii.gz --unwarpdir=y'
12911291
>>> fugue.run() #doctest: +SKIP
12921292
12931293

0 commit comments

Comments
 (0)