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 4061b76 commit 5c69cd1Copy full SHA for 5c69cd1
nipype/interfaces/tests/test_extra_dcm2nii.py
@@ -22,7 +22,7 @@ def _fetch_data(datadir, dicoms):
22
"""Fetches some test DICOMs using datalad"""
23
api.install(path=datadir, source=DICOM_DIR)
24
data = os.path.join(datadir, dicoms)
25
- api.get(path=data)
+ api.get(path=data, dataset=datadir)
26
except IncompleteResultsError as exc:
27
pytest.skip("Failed to fetch test data: %s" % str(exc))
28
return data
0 commit comments