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 c9311c6 commit c3bea9fCopy full SHA for c3bea9f
neo/test/rawiotest/common_rawio_test.py
@@ -66,11 +66,11 @@ def setUpClass(cls):
66
"""
67
cls.shortname = cls.rawioclass.__name__.lower().replace("rawio", "")
68
69
- # if HAVE_DATALAD and cls.use_network:
70
- # for remote_path in cls.entities_to_download:
71
- # download_dataset(repo=repo_for_test, remote_path=remote_path)
72
- # else:
73
- # raise unittest.SkipTest("Requires datalad download of data from the web")
+ if HAVE_DATALAD and cls.use_network:
+ for remote_path in cls.entities_to_download:
+ download_dataset(repo=repo_for_test, remote_path=remote_path)
+ else:
+ raise unittest.SkipTest("Requires datalad download of data from the web")
74
75
def get_local_base_folder(self):
76
return get_local_testing_data_folder()
0 commit comments