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 c40bbd9 commit 9d4c7fbCopy full SHA for 9d4c7fb
1 file changed
tests/test_xdf.py
@@ -148,9 +148,9 @@ def test_channel_names_standard_metadata():
148
# let's try with another xdf file which follows the spec
149
xdf = XDFImport(file_path_with_markers, convert_to_mne=False)
150
ch_names = xdf.selected_signal_streams[0].ch_names
151
- assert ch_names[0] == 'foo'
152
- assert ch_names[1] == 'bar'
153
- assert ch_names[2] == 'baz'
+ assert ch_names[0] == 'Ch1'
+ assert ch_names[1] == 'Ch2'
+ assert ch_names[2] == 'Ch3'
154
155
def test_ch_names_to_ch_types():
156
# look at automatic detection of mne types
0 commit comments