From a7e0405091f85af62f2c0ccf16fe919a0e0bbf10 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Thu, 27 Apr 2023 09:22:55 +0200 Subject: [PATCH] Improves in mux_2024_rev_0_0 test --- test_mux_2024.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_mux_2024.py b/test_mux_2024.py index 92185fc7..1306fb4b 100644 --- a/test_mux_2024.py +++ b/test_mux_2024.py @@ -13,5 +13,6 @@ mux.switch({'A': [1], 'B': [4], 'M': [2], 'N': [3]}, state='on') time.sleep(8) #mux.switch({'A': [1], 'B': [4], 'M': [2], 'N': [3]}, state='off') mux.reset() -mux.test({'A': [1, 2, 3, 4], 'B': [4, 5, 6, 7], 'M': [2, 3, 4, 5], 'N': [3, 4, 5, 6]}) +mux.test({'A': [1, 2, 3, 4, 5, 6, 7, 8], 'B': [1, 2, 3, 4, 5, 6, 7, 8], + 'M': [1, 2, 3, 4, 5, 6, 7, 8], 'N': [1, 2, 3, 4, 5, 6, 7, 8]}) change_config('config_default.py', verbose=False) -- GitLab