Skip to content

Commit 96462b2

Browse files
committed
Updated auto test
1 parent 56e1331 commit 96462b2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

nipype/algorithms/tests/test_auto_AddCSVRow.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,13 @@
33
from nipype.algorithms.misc import AddCSVRow
44

55
def test_AddCSVRow_inputs():
6-
input_map = dict(col_width=dict(mandatory=True,
7-
usedefault=True,
8-
),
9-
cols=dict(),
10-
field_headings=dict(mandatory=True,
6+
input_map = dict(_outputs=dict(usedefault=True,
117
),
12-
float_dec=dict(mandatory=True,
8+
ignore_exception=dict(nohash=True,
139
usedefault=True,
1410
),
1511
in_file=dict(mandatory=True,
1612
),
17-
new_fields=dict(mandatory=True,
18-
separator=',',
19-
),
2013
)
2114
inputs = AddCSVRow.input_spec()
2215

0 commit comments

Comments
 (0)