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 22b6689 commit d1cee73Copy full SHA for d1cee73
src/zarr/codecs/cast_value.py
@@ -53,6 +53,7 @@ class ScalarMap(TypedDict, total=False):
53
decode: Mapping[str | float | int, str | float | int]
54
55
56
+# see https://github.com/zarr-developers/zarr-extensions/tree/main/codecs/cast_value
57
PERMITTED_DATA_TYPE_NAMES: Final[set[str]] = {
58
"int2",
59
"int4",
0 commit comments