Commit 6057cfd4 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates ohmpi to handle no mux case

Showing with 1 addition and 1 deletion
+1 -1
...@@ -2,7 +2,7 @@ import time ...@@ -2,7 +2,7 @@ import time
from ohmpi.utils import change_config from ohmpi.utils import change_config
from ohmpi.plots import plot_exec_log from ohmpi.plots import plot_exec_log
import logging 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.mux_2024_0_X import Mux
from ohmpi.hardware_components import raspberry_pi as ctl_module from ohmpi.hardware_components import raspberry_pi as ctl_module
from ohmpi.config import HARDWARE_CONFIG from ohmpi.config import HARDWARE_CONFIG
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment