@@ -21,11 +21,12 @@ class TestSpikeGadgetsRawIO(
2121 def test_parse_header_missing_channels (self ):
2222
2323 file_path = Path (self .get_local_path ("spikegadgets/SL18_D19_S01_F01_BOX_SLP_20230503_112642_stubbed.rec" ))
24- reader = SpikeGadgetsRawIO (filename = file_path )
24+ reader = SpikeGadgetsRawIO (filename = file_path )
2525 reader .parse_header ()
2626
2727 assert_array_equal (
28- reader .header ['signal_channels' ]['id' ],
28+ reader .header ["signal_channels" ]["id" ],
29+ # fmt: off
2930 [
3031 'ECU_Ain1' , 'ECU_Ain2' , 'ECU_Ain3' , 'ECU_Ain4' , 'ECU_Ain5' , 'ECU_Ain6' ,
3132 'ECU_Ain7' , 'ECU_Ain8' , 'ECU_Aout1' , 'ECU_Aout2' , 'ECU_Aout3' , 'ECU_Aout4' , '0' ,
@@ -46,6 +47,7 @@ def test_parse_header_missing_channels(self):
4647 '218' , '250' , '27' , '59' , '91' , '123' , '155' , '187' , '219' , '251' , '28' , '60' , '92' ,
4748 '156' , '188' , '220' , '252' , '29' , '61' , '93' , '125' , '157' , '189' , '221' , '253' , '30' ,
4849 '62' , '94' , '158' , '190' , '222' , '254' , '31' , '63' , '95' , '127' , '159' , '191' , '223' ,
49- '255' ,
50+ '255'
5051 ]
52+ # fmt: on
5153 )
0 commit comments