Skip to content
Snippets Groups Projects

outsource reconstruction data in separate arrays

Merged Zineb Aly requested to merge add-fitinf into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading