Skip to content
Snippets Groups Projects
Commit 523e1d8e authored by Zineb Aly's avatar Zineb Aly
Browse files

Apply suggestion to km3io/offline.py

parent 55cdbb8e
No related branches found
No related tags found
1 merge request!8outsource reconstruction data in separate arrays
Pipeline #8211 passed with warnings
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -555,7 +555,7 @@ class OfflineReader:
empty and does not contain an empty list, then False is written in the
corresponding index.
"""
for i, rs in enumerate(chunk_arr):
for i, rs in enumerate(array):
try:
if len(rs)==0:
j = None
......
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