Commit 97ee8804 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
...@@ -66,7 +66,7 @@ class OhmPiHardware: ...@@ -66,7 +66,7 @@ class OhmPiHardware:
self._cabling={} self._cabling={}
for _, mux in self.mux_boards.items(): for _, mux in self.mux_boards.items():
mux.barrier = self.mux_barrier mux.barrier = self.mux_barrier
for k, v in mux.cabling.items: for k, v in mux.cabling.items():
update_dict(self._cabling, (mux_id, k[0])) update_dict(self._cabling, (mux_id, k[0]))
print(self._cabling) print(self._cabling)
self.readings = np.array([]) # time series of acquired data self.readings = np.array([]) # time series of acquired data
......
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