Skip to content

Commit fb13b22

Browse files
committed
enh: test
1 parent e122466 commit fb13b22

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

nipype/interfaces/fsl/tests/test_auto_Eddy.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ def test_Eddy_inputs():
88
environ=dict(nohash=True,
99
usedefault=True,
1010
),
11+
field=dict(argstr='--field=%s',
12+
),
13+
field_mat=dict(argstr='--field_mat=%s',
14+
),
1115
flm=dict(argstr='--flm=%s',
1216
),
1317
fwhm=dict(argstr='--fwhm=%s',
@@ -34,9 +38,11 @@ def test_Eddy_inputs():
3438
mandatory=True,
3539
),
3640
in_topup_fieldcoef=dict(argstr='--topup=%s',
37-
requires=[u'in_topup_movpar'],
41+
requires=['in_topup_movpar'],
42+
),
43+
in_topup_movpar=dict(requires=['in_topup_fieldcoef'],
3844
),
39-
in_topup_movpar=dict(requires=[u'in_topup_fieldcoef'],
45+
is_shelled=dict(argstr='--data_is_shelled',
4046
),
4147
method=dict(argstr='--resamp=%s',
4248
),
@@ -55,6 +61,7 @@ def test_Eddy_inputs():
5561
),
5662
terminal_output=dict(nohash=True,
5763
),
64+
use_cuda=dict(),
5865
)
5966
inputs = Eddy.input_spec()
6067

0 commit comments

Comments
 (0)