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

Updates hardware_system test_mux

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -66,8 +66,8 @@ class OhmPiHardware: ...@@ -66,8 +66,8 @@ 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
print(mux.cabling) for k, v in mux.cabling.items:
update_dict(self._cabling, mux.cabling) 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
self._start_time = None # time of the beginning of a readings acquisition 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