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 ab671da commit 82c965aCopy full SHA for 82c965a
1 file changed
tests/test_metadata/test_consolidated.py
@@ -618,6 +618,7 @@ async def test_use_consolidated_for_children_members(
618
expected = ["b", "b/c"]
619
assert result == expected
620
621
+
622
@pytest.mark.parametrize("fill_value", [np.nan, np.inf, -np.inf])
623
async def test_consolidated_metadata_encodes_special_chars(
624
memory_store: Store, zarr_format: ZarrFormat, fill_value: float
0 commit comments