From 54bcd4e4c92c6f16458bac87a7f4ace5b91e08c5 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 19 Feb 2024 15:20:31 -0500 Subject: [PATCH] fix minor formatting in ndarray-1.1.0 schema --- resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml b/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml index 8533df23..5eae86a5 100644 --- a/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml +++ b/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml @@ -170,7 +170,7 @@ definitions: - `uint8`, `uint16`, `uint32`, `uint64`: Unsigned integer types, with the given bit size. - - `float16 `: Half-precision floating-point type or "binary16", + - `float16`: Half-precision floating-point type or "binary16", as defined in IEEE 754. - `float32`: Single-precision floating-point type or "binary32",