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
...@@ -555,7 +555,7 @@ class OfflineReader: ...@@ -555,7 +555,7 @@ class OfflineReader:
empty and does not contain an empty list, then False is written in the empty and does not contain an empty list, then False is written in the
corresponding index. corresponding index.
""" """
for i, rs in enumerate(chunk_arr): for i, rs in enumerate(array):
try: try:
if len(rs)==0: if len(rs)==0:
j = None j = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment