Skip to content

Commit 52136c7

Browse files
committed
tst: auto test generation for FUGUE
1 parent b7efec1 commit 52136c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/tests/test_auto_FUGUE.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ def test_FUGUE_inputs():
6161
nohash=True,
6262
),
6363
output_type=dict(),
64-
despike_theshold=dict(argstr='--despikethreshold=%s',
65-
),
6664
icorr=dict(requires=['shift_in_file'],
6765
argstr='--icorr',
6866
),
6967
fmap_in_file=dict(argstr='--loadfmap=%s',
7068
),
69+
despike_threshold=dict(argstr='--despikethreshold=%s',
70+
),
7171
unwarp_direction=dict(argstr='--unwarpdir=%s',
7272
),
7373
fmap_out_file=dict(hash_files=False,

0 commit comments

Comments
 (0)