We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801b295 commit 1d267c8Copy full SHA for 1d267c8
nipype/interfaces/tests/test_io.py
@@ -633,9 +633,9 @@ def test_bids_infields_outfields(tmpdir):
633
for outfield in outfields:
634
assert(outfield in bg._outputs().traits())
635
636
- # now try without defining outfields, we should get anat and func for free
+ # now try without defining outfields
637
bg = nio.BIDSDataGrabber()
638
- for outfield in ['anat', 'func']:
+ for outfield in ['T1w', 'bold']:
639
assert outfield in bg._outputs().traits()
640
641
0 commit comments