Commit 82efa44f authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Improve code consistency

Showing with 2 additions and 2 deletions
+2 -2
...@@ -41,7 +41,7 @@ if stand_alone: ...@@ -41,7 +41,7 @@ if stand_alone:
# mux as part of a OhmPiHardware system # mux as part of a OhmPiHardware system
if part_of_hardware_system: if part_of_hardware_system:
from ohmpi.hardware_system import OhmPiHardware from ohmpi.hardware_system import OhmPiHardware
print('Starting test of mux as part of a OhmPiHardware system.') print('Starting test of as part of an OhmPiHardware system.')
k = OhmPiHardware() k = OhmPiHardware()
k.exec_logger.setLevel(logging.DEBUG) k.exec_logger.setLevel(logging.DEBUG)
...@@ -55,7 +55,7 @@ if within_ohmpi: ...@@ -55,7 +55,7 @@ if within_ohmpi:
from ohmpi.ohmpi import OhmPi from ohmpi.ohmpi import OhmPi
# from ohmpi.plots import plot_exec_log # from ohmpi.plots import plot_exec_log
print('Starting test of mux within OhmPi.') print('Starting test with OhmPi.')
k = OhmPi() k = OhmPi()
#A, B, M, N = (32, 29, 31, 30) #A, B, M, N = (32, 29, 31, 30)
k.reset_mux() k.reset_mux()
......
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