From 85f306794ebf7763abbb292809afba193aefb73b Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Tue, 2 May 2023 15:38:31 +0200
Subject: [PATCH] Adds a test of mux_2024 using OhmPi

---
 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 ec73a51f..ad68ca2c 100644
--- a/test_mux_2024.py
+++ b/test_mux_2024.py
@@ -38,7 +38,7 @@ if part_of_hardware_system:
     k.switch_mux(electrodes=[1,4,2,3], roles=['A', 'B', 'M', 'N'], state='off')
 
 if within_ohmpi:
-    from OhmPi import OhmPi
+    from OhmPi.ohmpi import OhmPi
     print('Starting test of mux within OhmPi.')
     k = OhmPi()
     k.switch_mux((1,'A'), state='on')
-- 
GitLab