Skip to content

Commit 1d267c8

Browse files
committed
Fix test, outfields
1 parent 801b295 commit 1d267c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,9 +633,9 @@ def test_bids_infields_outfields(tmpdir):
633633
for outfield in outfields:
634634
assert(outfield in bg._outputs().traits())
635635

636-
# now try without defining outfields, we should get anat and func for free
636+
# now try without defining outfields
637637
bg = nio.BIDSDataGrabber()
638-
for outfield in ['anat', 'func']:
638+
for outfield in ['T1w', 'bold']:
639639
assert outfield in bg._outputs().traits()
640640

641641

0 commit comments

Comments
 (0)