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

Adds plot_exec_log in test

Showing with 1 addition and 3 deletions
+1 -3
......@@ -49,5 +49,5 @@ if within_ohmpi:
k._hw.vab_square_wave(12,1)
k._hw.switch_mux([1, 4, 2, 3], state='off')
k._hw._plot_readings()
plot_exec_log('ohmpi/ohmpi/logs/exec.log')
plot_exec_log('ohmpi/logs/exec.log')
change_config('../configs/config_default.py', verbose=False)
\ No newline at end of file
......@@ -60,5 +60,3 @@ def plot_exec_log(exec_log,names=None,last_session=True): #TODO: select session
axarr[i].legend()
plt.show()
plot_exec_log('logs/exec.log')
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