Commit de681610 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Improve code consistency

Showing with 1 addition and 1 deletion
+1 -1
...@@ -54,7 +54,7 @@ if part_of_hardware_system: ...@@ -54,7 +54,7 @@ if part_of_hardware_system:
k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='off') k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='off')
if within_ohmpi: if within_ohmpi:
from 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 of mux within OhmPi.')
......
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