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
@@ -537,7 +537,7 @@ class OfflineReader:
yield trk_index, stages_index
def _find_empty(self, chunk_arr):
def _find_empty(self, array):
"""finds empty lists/arrays in a chunked-jagged array of data
of interest.
Loading