Skip to content

Commit b623cdd

Browse files
committed
remake specs
1 parent 139c163 commit b623cdd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nipype/interfaces/tests/test_auto_BIDSDataGrabber.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
def test_BIDSDataGrabber_inputs():
77
input_map = dict(
88
base_dir=dict(mandatory=True, ),
9+
extra_derivatives=dict(),
10+
index_derivatives=dict(
11+
mandatory=True,
12+
usedefault=True,
13+
),
914
output_query=dict(),
1015
raise_on_empty=dict(usedefault=True, ),
11-
return_type=dict(usedefault=True, ),
12-
strict=dict(),
1316
)
1417
inputs = BIDSDataGrabber.input_spec()
1518

0 commit comments

Comments
 (0)