The dtype of idx_start and count in TimeSeriesReferenceVectorData is currently int32:
|
dtype: |
|
- name: idx_start |
|
dtype: int32 |
|
doc: Start index into the TimeSeries 'data' and 'timestamp' datasets of the referenced |
|
TimeSeries. The first dimension of those arrays is always time. |
|
- name: count |
|
dtype: int32 |
|
doc: Number of data samples available in this time series, during this epoch |
This allows for negative numbers which does not make sense for either an index into a vector or a count. Should these be changed to uint32?