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

Searches for run_measurement error

Showing with 1 addition and 1 deletion
+1 -1
......@@ -47,7 +47,7 @@ if part_of_hardware_system:
k = OhmPiHardware()
k.exec_logger.setLevel(logging.DEBUG)
add_logging_level('EVENT', logging.DEBUG + 1)
logging.getLogger(k.exec_logger).setLevel("TRACE")
logging.getLogger(k.exec_logger).setLevel("EVENT")
# Test mux switching
k.reset_mux()
k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='on')
......
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