From 6057cfd49cfd216f132745c851cd090604b24c4e Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Mon, 9 Oct 2023 11:18:00 +0200 Subject: [PATCH] Updates ohmpi to handle no mux case --- dev/test_mb_2024_0_mux_2024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py index 5205f2bb..5e5147e5 100644 --- a/dev/test_mb_2024_0_mux_2024.py +++ b/dev/test_mb_2024_0_mux_2024.py @@ -2,7 +2,7 @@ import time from ohmpi.utils import change_config from ohmpi.plots import plot_exec_log import logging -change_config('../configs/config_mb_2024.py', verbose=False) +change_config('../configs/config_mb_2024_0_2.py', verbose=False) # from ohmpi.hardware_components.mux_2024_0_X import Mux from ohmpi.hardware_components import raspberry_pi as ctl_module from ohmpi.config import HARDWARE_CONFIG -- GitLab