Skip to content

Question: Should dtype for TimeSeriesReferenceVectorData's idx_start and count fields be uint instead of int? #668

@ehennestad

Description

@ehennestad

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions