Skip to content

Pad all data in NDS2 fetch if pad is given

This PR modifies the nds2 fetch operation to pad all outputs to the requested [start, end) if the pad keyword was given. Previously discontiguous series would be padded together, but gaps at the beginning or end would not be resolved.

Merge request reports