From 430ca153212b65f75014f2b42113a4b752937ece Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 7 Nov 2024 15:05:44 -0800 Subject: [PATCH] Change dtype of ElementIdentifiers and DynamicTableRegion to int32 --- common/table.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/table.yaml b/common/table.yaml index 2bacf8b..9029840 100644 --- a/common/table.yaml +++ b/common/table.yaml @@ -61,7 +61,7 @@ datasets: - data_type_def: ElementIdentifiers data_type_inc: Data default_name: element_id - dtype: int + dtype: int32 dims: - num_elements shape: @@ -70,7 +70,7 @@ datasets: - data_type_def: DynamicTableRegion data_type_inc: VectorData - dtype: int + dtype: int32 doc: DynamicTableRegion provides a link from one table to an index or region of another. The `table` attribute is a link to another `DynamicTable`, indicating which table is referenced, and the data is int(s) indicating the row(s) (0-indexed) of the target array. `DynamicTableRegion`s can be used to associate rows with repeated meta-data without @@ -128,7 +128,6 @@ groups: datasets: - name: id data_type_inc: ElementIdentifiers - dtype: int dims: - num_rows shape: