Skip to content
Snippets Groups Projects
Commit 1c8b005a authored by Rodri's avatar Rodri
Browse files

bug

parent 2daf6f5e
1 merge request!67Draft: Resolve "Reading summary slices and extracting the rates of each optical module"
Pipeline #25365 passed with warnings
......@@ -71,7 +71,7 @@ def main():
dom2index = {}
index2dom = {}
for idx, dom in enumerate(detector.dom_ids):
for idx, dom in enumerate(dom_ids):
dom2index[dom] = idx
index2dom[idx] = dom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment