Skip to content

Commit 810577c

Browse files
committed
add class attribute removed accidentally
1 parent 19d5579 commit 810577c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

neo/test/rawiotest/test_maxwellrawio.py

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,19 @@
33
from neo.rawio.maxwellrawio import MaxwellRawIO, auto_install_maxwell_hdf5_compression_plugin
44
from neo.test.rawiotest.common_rawio_test import BaseTestRawIO
55

6-
from neo.utils.datasets import download_dataset, default_testing_repo
7-
8-
try:
9-
import datalad
10-
11-
HAVE_DATALAD = True
12-
except:
13-
HAVE_DATALAD = False
14-
15-
# url_for_tests = "https://portal.g-node.org/neo/" #This is the old place
16-
repo_for_test = default_testing_repo
176

187
class TestMaxwellRawIO(
198
BaseTestRawIO,
209
unittest.TestCase,
2110
):
2211

12+
rawioclass = MaxwellRawIO
13+
entities_to_download = ["maxwell"]
14+
entities_to_test = files_to_test = [
15+
"maxwell/MaxOne_data/Record/000011/data.raw.h5",
16+
"maxwell/MaxTwo_data/Network/000028/data.raw.h5",
17+
]
18+
2319
def setUp(self):
2420
auto_install_maxwell_hdf5_compression_plugin(force_download=False)
2521

0 commit comments

Comments
 (0)