Skip to content

Commit

Permalink
Add allowed shapes for Data
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 8, 2024
1 parent 4d2ddd6 commit 2ee6b73
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions common/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
datasets:
- data_type_def: Data
doc: An abstract data type for a dataset.
shape:
- - 1 # would want to specify a scalar here
- - null # 1D
- - null # 2D
- null
- - null # 3D
- null
- null
- - null # 4D
- null
- null
- null
- - null # 5D
- null
- null
- null
- null

groups:
- data_type_def: Container
Expand Down

0 comments on commit 2ee6b73

Please sign in to comment.