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 66d3491 commit ff0b426Copy full SHA for ff0b426
tests/utils.py
@@ -28,6 +28,6 @@ def fetch_data(tmpdir, subject):
28
"""Fetches some test dicoms using datalad"""
29
from datalad import api
30
targetdir = op.join(tmpdir, 'QA')
31
- api.install(path=targetdir, source='///dbic/QA')
+ api.install(path=targetdir, source='http://datasets-tests.datalad.org/dbic/QA')
32
api.get('{}/sourcedata/{}'.format(targetdir, subject))
33
return targetdir
0 commit comments