From 4b40f1ca9bf681f05a59e200c14bdb5dc7dfa12b Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Sun, 30 Apr 2023 15:18:39 +0200 Subject: [PATCH] Fixes bug related to MUX_CONFIG in hardware_system --- test_mux_2024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_mux_2024.py b/test_mux_2024.py index 825e39a4..5c12546b 100644 --- a/test_mux_2024.py +++ b/test_mux_2024.py @@ -19,7 +19,7 @@ time.sleep(8) #mux.switch({'A': [1], 'B': [4], 'M': [2], 'N': [3]}, state='off') mux.reset() mux.test({'A': [9, 10, 11, 12, 13, 14, 15, 16], 'B': [9, 10, 11, 12, 13, 14, 15, 16], - 'M': [9, 10, 11, 12, 13, 14, 15, 16], 'N': [9, 10, 11, 12, 13, 14, 15, 16]}) + 'M': [9, 10, 11, 12, 13, 14, 15, 16], 'N': [9, 10, 11, 12, 13, 14, 15, 16]}, activation_time=.25) # mux as part of a OhmPiHardware system from OhmPi.hardware_system import OhmPiHardware -- GitLab