From 13b697e79c035757a34a29bcccdbd5f193ff14ce Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Wed, 11 Oct 2023 01:03:01 +0200
Subject: [PATCH] Improve code consistency

---
 dev/test_mb_2024_0_mux_2024.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py
index 9479c474..0f781ec8 100644
--- a/dev/test_mb_2024_0_mux_2024.py
+++ b/dev/test_mb_2024_0_mux_2024.py
@@ -7,9 +7,9 @@ import time
 import logging
 from ohmpi.config import HARDWARE_CONFIG
 
-stand_alone = True
+stand_alone = False
 part_of_hardware_system = False
-within_ohmpi = False
+within_ohmpi = True
 
 # Stand alone
 if stand_alone:
-- 
GitLab