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

Updates dev

Showing with 3 additions and 2 deletions
+3 -2
...@@ -7,9 +7,9 @@ import time ...@@ -7,9 +7,9 @@ import time
import logging import logging
from ohmpi.config import HARDWARE_CONFIG from ohmpi.config import HARDWARE_CONFIG
stand_alone = True stand_alone = False
part_of_hardware_system = False part_of_hardware_system = False
within_ohmpi = False within_ohmpi = True
# Stand alone # Stand alone
if stand_alone: if stand_alone:
...@@ -120,3 +120,4 @@ if within_ohmpi: ...@@ -120,3 +120,4 @@ if within_ohmpi:
# k._hw._plot_readings(save_fig=False) # k._hw._plot_readings(save_fig=False)
# plot_exec_log('ohmpi/logs/exec.log') # plot_exec_log('ohmpi/logs/exec.log')
change_config('../configs/config_default.py', verbose=False) change_config('../configs/config_default.py', verbose=False)
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