From 2078f843abb439cbea282444b86426561c23ac52 Mon Sep 17 00:00:00 2001 From: young-x-skyee <79269182+young-x-skyee@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:41:58 +0000 Subject: [PATCH] Update EEG-layout-channel-mappings.yaml (#220) * Update EEG-layout-channel-mappings.yaml Corrected a minor typo for the channel name * Update test_plotting.py --- .../sensor_locations/EEG-layout-channel-mappings.yaml | 2 +- tests/test_plotting.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kymata-toolbox-data/sensor_locations/EEG-layout-channel-mappings.yaml b/kymata-toolbox-data/sensor_locations/EEG-layout-channel-mappings.yaml index 83a5bae8..10179d4a 100644 --- a/kymata-toolbox-data/sensor_locations/EEG-layout-channel-mappings.yaml +++ b/kymata-toolbox-data/sensor_locations/EEG-layout-channel-mappings.yaml @@ -7,7 +7,7 @@ EEG006: 'AFz' EEG007: 'AF4' EEG008: 'AF8' EEG009: 'F7' -EEG000: 'F5' +EEG010: 'F5' EEG011: 'F3' EEG012: 'F1' EEG013: 'Fz' diff --git a/tests/test_plotting.py b/tests/test_plotting.py index 2473ee9f..5df70a18 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -74,7 +74,7 @@ def test_eeg_correct_sensors(eeg_sensors): "EEG007", "EEG008", "EEG009", - "EEG000", + "EEG010", "EEG011", "EEG012", "EEG013",