Commit 5c8152b5 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes bug related to the mux_barrier in hardware system

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -68,6 +68,7 @@ class OhmPiHardware:
self.readings = np.array([]) # time series of acquired data
self._start_time = None # time of the beginning of a readings acquisition
self._pulse = 0 # pulse number
self.mux_barrier = Barrier(len(self.mux_boards)+1)
def _clear_values(self):
self.readings = np.array([])
......
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