File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 33from neo .rawio .maxwellrawio import MaxwellRawIO , auto_install_maxwell_hdf5_compression_plugin
44from 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
187class 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
You can’t perform that action at this time.
0 commit comments