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 cbfc197 commit a0c0ef6Copy full SHA for a0c0ef6
src/zarr/core/group.py
@@ -715,7 +715,6 @@ def _getitem_consolidated(
715
# where we explicitly know we have no children. In the None
716
# case we have to fall back to non-consolidated metadata.
717
raise _MixedConsolidatedMetadataException(key)
718
- assert metadata.consolidated_metadata is not None
719
720
metadata = metadata.consolidated_metadata.metadata[indexer]
721
except KeyError as e:
0 commit comments