Skip to content

Commit

Permalink
restrict new schema example tests to standard 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 28, 2022
1 parent 1cb98f9 commit b7754ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/schemas/stsci.edu/asdf/core/integer-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: |
examples:
-
- An integer value that is stored using an internal array
- asdf-standard-1.6.0
- |
!core/integer-1.1.0
sign: +
Expand All @@ -21,6 +22,7 @@ examples:
-
- The same integer value is stored using an inline array
- asdf-standard-1.6.0
- |
!core/integer-1.1.0
sign: +
Expand Down
11 changes: 11 additions & 0 deletions resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ description: |
examples:
-
- An inline array, with implicit data type
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
[[1, 0, 0],
Expand All @@ -32,6 +33,7 @@ examples:
-
- An inline array, with an explicit data type
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
datatype: float64
Expand All @@ -43,6 +45,7 @@ examples:
-
- An inline structured array, where the types of each column are
automatically detected
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
[[M110, 110, 205, And],
Expand All @@ -53,6 +56,7 @@ examples:
-
- An inline structured array, where the types of each column are
explicitly specified
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
datatype: [['ascii', 4], uint16, uint16, ['ascii', 4]]
Expand All @@ -65,6 +69,7 @@ examples:
-
- A double-precision array, in contiguous memory in a block within
the same file
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
source: 0
Expand All @@ -74,6 +79,7 @@ examples:
-
- A view of a tile in that image
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
source: 0
Expand All @@ -86,6 +92,7 @@ examples:
-
- A structured datatype, with nested columns for a coordinate in
(*ra*, *dec*), and a 3x3 convolution kernel
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
source: 0
Expand All @@ -104,6 +111,7 @@ examples:
-
- An array in Fortran order
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
source: 0
Expand All @@ -114,6 +122,7 @@ examples:
-
- An array where values of -999 are treated as missing
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
source: 0
Expand All @@ -124,6 +133,7 @@ examples:
-
- An array where another array is used as a mask
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
source: 0
Expand All @@ -139,6 +149,7 @@ examples:
-
- An array where the data is stored in the first block in
another ASDF file.
- asdf-standard-1.6.0
- |
!core/ndarray-1.1.0
source: external.asdf
Expand Down

0 comments on commit b7754ef

Please sign in to comment.