Skip to content

Commit

Permalink
revert erroneous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Dec 3, 2024
1 parent c9311c6 commit c3bea9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions neo/test/rawiotest/common_rawio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ def setUpClass(cls):
"""
cls.shortname = cls.rawioclass.__name__.lower().replace("rawio", "")

# 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")
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")

def get_local_base_folder(self):
return get_local_testing_data_folder()
Expand Down

0 comments on commit c3bea9f

Please sign in to comment.