Skip to content

Commit

Permalink
Remove unused datasets.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 9, 2024
1 parent 723fef6 commit c52e0c9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions qsirecon/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,14 @@
def download_test_data(dset, data_dir=None):
"""Download test data."""
URLS = {
"HBCD": "https://upenn.box.com/shared/static/gn1ec8x7mtk1f07l97d0th9idn4qv3yx.xz",
"DSCSDSI": "https://upenn.box.com/shared/static/eq6nvnyazi2zlt63uowqd0zhnlh6z4yv.xz",
"DSCSDSI_BUDS": "https://upenn.box.com/shared/static/bvhs3sw2swdkdyekpjhnrhvz89x3k87t.xz",
"DSDTI": "https://upenn.box.com/shared/static/iefjtvfez0c2oug0g1a9ulozqe5il5xy.xz",
"twoses": "https://upenn.box.com/shared/static/c949fjjhhen3ihgnzhkdw5jympm327pp.xz",
"multishell_output": (
"https://upenn.box.com/shared/static/hr7xnxicbx9iqndv1yl35bhtd61fpalp.xz"
),
"singleshell_output": (
"https://upenn.box.com/shared/static/9jhf0eo3ml6ojrlxlz6lej09ny12efgg.gz"
),
"drbuddi_rpe_series": (
"https://upenn.box.com/shared/static/j5mxts5wu0em1toafmrlzdndves1jnfv.xz"
),
"drbuddi_epi": "https://upenn.box.com/shared/static/plyuee1nbj9v8eck03s38ojji8tkspwr.xz",
"DSDTI_fmap": "https://upenn.box.com/shared/static/rxr6qbi6ezku9gw3esfpnvqlcxaw7n5n.gz",
"DSCSDSI_fmap": "https://upenn.box.com/shared/static/l561psez1ojzi4p3a12eidaw9vbizwdc.gz",
"maternal_brain_project": (
"https://upenn.box.com/shared/static/tkahg1ctipmfihvpa1gmibvcv0gb721h.xz"
),
"forrest_gump": "https://upenn.box.com/shared/static/qat58an322bzzyixrrsk7cmf52q3bepq.xz",
}
if dset == "*":
for k in URLS:
Expand Down

0 comments on commit c52e0c9

Please sign in to comment.