Skip to content

Commit

Permalink
Change dtype of ElementIdentifiers and DynamicTableRegion to int32
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 7, 2024
1 parent 4d2ddd6 commit 430ca15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/table.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -128,7 +128,6 @@ groups:
datasets:
- name: id
data_type_inc: ElementIdentifiers
dtype: int
dims:
- num_rows
shape:
Expand Down

0 comments on commit 430ca15

Please sign in to comment.