Commit 97085db5 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates hardware_system test_mux

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -67,7 +67,7 @@ class OhmPiHardware:
for _, mux in self.mux_boards.items():
mux.barrier = self.mux_barrier
for k, v in mux.cabling.items():
update_dict(self._cabling, (mux_id, k[0]))
update_dict(self._cabling, {k: (mux_id, k[0])})
print(self._cabling)
self.readings = np.array([]) # time series of acquired data
self._start_time = None # time of the beginning of a readings acquisition
......
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