We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009861f commit 7474f42Copy full SHA for 7474f42
neo/test/rawiotest/test_openephysbinaryrawio.py
@@ -86,7 +86,7 @@ def test_separating_stream_for_non_neural_data(self):
86
rawio.parse_header()
87
# Check that the non-neural data stream is correctly separated
88
assert len(rawio.header["signal_streams"]["name"]) == 2
89
- assert rawio.header["signal_streams"]["name"] == ["'Rhythm_FPGA-100.0", "'Rhythm_FPGA-100.0_ADC"]
+ assert rawio.header["signal_streams"]["name"].tolist() == ["'Rhythm_FPGA-100.0", "'Rhythm_FPGA-100.0_ADC"]
90
91
92
0 commit comments