Commit 982910d8 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

tests new cabling config

Showing with 1 addition and 2 deletions
+1 -2
......@@ -134,10 +134,9 @@ def mux_2024_to_mux_2023_takeouts(mux_boards):
12: 6, 13: 10, 14: 7, 15: 9, 16: 8}
for mux_id, mux in mux_boards.items():
print(mux)
new_cabling = mux.cabling.copy()
for k, v in mux.cabling.items():
print(k, v)
new_cabling[k] = (mapper[v[0]], v[1])
print(new_cabling)
mux.cabling = new_cabling
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