File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def test_not_loading_recordings(self):
3131
3232 filename = self .entities_to_test [0 ]
3333 filename = self .get_local_path (filename )
34- rawio = self .rawioclass (filename = filename , load_recordings = False )
34+ rawio = self .rawioclass (filename = filename , load_analogsignal = False )
3535 rawio .parse_header ()
3636
3737 # Test that rawio does not have a _recordings attribute
@@ -41,7 +41,7 @@ def test_not_loading_recordings(self):
4141 rawio .get_spike_timestamps ()
4242
4343 # Test that caling anlogsignal chunk raises the right error
44- error_message = "Recordings not loaded. Set load_recordings =True in MEArecRawIO constructor"
44+ error_message = "Recordings not loaded. Set load_analogsignal =True in MEArecRawIO constructor"
4545 with self .assertRaises (AttributeError , msg = error_message ):
4646 rawio .get_analogsignal_chunk ()
4747
You can’t perform that action at this time.
0 commit comments