Open
Description
The selection of unsorted datasets is broken.
The selection is supposed to work as follows:
- sorting index is generated for the unsorted times (stable argsort)
- range subset is found for the sorted times and subsetting index is created as a range subset of the sorting index
- the subsetting index is split in range subset to be extracted the source CDF (the CDF library does not support handle index slicing) and offset subsetting index applied to the extracted data range
The splitting of the subsetting index is not performed correctly
The range is correct, but the second part incorrectly select all data (SLICE_ALL
) instead of returning the offset index.
Metadata
Assignees
Labels
No labels
Activity