From 4c0552e831f3f6633b3680e9e9cab581f8907803 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Sun, 30 Apr 2023 16:46:06 +0200
Subject: [PATCH] Fixes electrodes addresses in test_mux_2024

---
 test_mux_2024.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_mux_2024.py b/test_mux_2024.py
index 03321edb..0dbc1359 100644
--- a/test_mux_2024.py
+++ b/test_mux_2024.py
@@ -32,8 +32,8 @@ if part_of_hardware_system:
 
     # Test mux switching
     k.reset_mux()
-    k.switch_mux(electrodes=[9,10,11,12], roles=['A', 'B', 'M', 'N'], state='on')
+    k.switch_mux(electrodes=[1,4,2,3], roles=['A', 'B', 'M', 'N'], state='on')
     time.sleep(1.)
-    k.switch_mux(electrodes=[9,10,11,12], roles=['A', 'B', 'M', 'N'], state='off')
+    k.switch_mux(electrodes=[1,4,2,3], roles=['A', 'B', 'M', 'N'], state='off')
 
 change_config('config_default.py', verbose=False)
\ No newline at end of file
-- 
GitLab