File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,14 @@ def test_scan_ncs_files(self):
105105 # check that there are only 3 memmaps
106106 self .assertEqual (len (rawio ._sigs_memmaps [seg_idx ]), 3 )
107107
108- def test_single_file_mode (self ):
108+ def test_include_filenames (self ):
109109 """
110- Tests reading of single files.
110+ Tests include_filenames with only one file
111111 """
112112
113113 # test single analog signal channel
114114 fname = self .get_local_path ("neuralynx/Cheetah_v5.6.3/original_data/CSC1.ncs" )
115- rawio = NeuralynxRawIO (filename = fname )
115+ rawio = NeuralynxRawIO (include_filenames = fname )
116116 rawio .parse_header ()
117117
118118 self .assertEqual (rawio ._nb_segment , 2 )
@@ -127,7 +127,7 @@ def test_single_file_mode(self):
127127
128128 # test one single electrode channel
129129 fname = self .get_local_path ("neuralynx/Cheetah_v5.5.1/original_data/STet3a.nse" )
130- rawio = NeuralynxRawIO (filename = fname )
130+ rawio = NeuralynxRawIO (include_filenames = fname )
131131 rawio .parse_header ()
132132
133133 self .assertEqual (rawio ._nb_segment , 1 )
You can’t perform that action at this time.
0 commit comments