Skip to content

Commit 5c69cd1

Browse files
committed
TEST: Explicitly specify dataset in datalad get call
1 parent 4061b76 commit 5c69cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_extra_dcm2nii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def _fetch_data(datadir, dicoms):
2222
"""Fetches some test DICOMs using datalad"""
2323
api.install(path=datadir, source=DICOM_DIR)
2424
data = os.path.join(datadir, dicoms)
25-
api.get(path=data)
25+
api.get(path=data, dataset=datadir)
2626
except IncompleteResultsError as exc:
2727
pytest.skip("Failed to fetch test data: %s" % str(exc))
2828
return data

0 commit comments

Comments
 (0)