Skip to content

Commit

Permalink
Update EEG-layout-channel-mappings.yaml (#220)
Browse files Browse the repository at this point in the history
* Update EEG-layout-channel-mappings.yaml

Corrected a minor typo for the channel name

* Update test_plotting.py
  • Loading branch information
young-x-skyee authored Mar 17, 2024
1 parent 569683c commit 2078f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EEG006: 'AFz'
EEG007: 'AF4'
EEG008: 'AF8'
EEG009: 'F7'
EEG000: 'F5'
EEG010: 'F5'
EEG011: 'F3'
EEG012: 'F1'
EEG013: 'Fz'
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_eeg_correct_sensors(eeg_sensors):
"EEG007",
"EEG008",
"EEG009",
"EEG000",
"EEG010",
"EEG011",
"EEG012",
"EEG013",
Expand Down

0 comments on commit 2078f84

Please sign in to comment.