We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7635f99 commit 8c8dbabCopy full SHA for 8c8dbab
docs/spec/v2.rst
@@ -122,10 +122,10 @@ data type composed of three single-byte unsigned integers labelled "r", "g" and
122
Fill value encoding
123
~~~~~~~~~~~~~~~~~~~
124
125
-Not a Number (NaN) must be encoded as the JSON string "NaN" if used as the
+Not a Number (NaN) MUST be encoded as the JSON string "NaN" if used as the
126
value of the "fill_value" field.
127
128
-When decoding the "fill_value" field, the JSON string "NaN" should be decoded
+When decoding the "fill_value" field, the JSON string "NaN" MUST be decoded
129
as Not a Number (NaN) if the dtype basic type is floating point ("f").
130
131
Chunks
0 commit comments