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 6dd2b21 commit baec8c1Copy full SHA for baec8c1
tests/test_metadata/test_consolidated.py
@@ -692,9 +692,7 @@ async def test_use_consolidated_for_children_members(
692
expected = ["b", "b/c"]
693
assert result == expected
694
695
- async def test_absolute_path_for_subgroup(
696
- self, memory_store: zarr.storage.MemoryStore
697
- ) -> None:
+ async def test_absolute_path_for_subgroup(self, memory_store: zarr.storage.MemoryStore) -> None:
698
root = await zarr.api.asynchronous.create_group(store=memory_store)
699
await root.create_group("a/b")
700
with pytest.warns(
0 commit comments