From f4a50b460a56c6aa9befac8e2f17b902df5e16d8 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 8 Aug 2024 11:37:43 -0700 Subject: [PATCH] Change Data shape to new special value Any --- common/base.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/common/base.yaml b/common/base.yaml index 0d3a3f1..d4556e7 100644 --- a/common/base.yaml +++ b/common/base.yaml @@ -2,23 +2,7 @@ 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 + shape: Any groups: - data_type_def: Container