Skip to content

Commit

Permalink
roundtripping test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Mar 31, 2024
1 parent b4c38fe commit 79f39e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualizarr/xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def dataset_from_kerchunk_refs(
refs: KerchunkStoreRefs,
drop_variables: List[str] = [],
virtual_array_class: type = ManifestArray,
indexes: Mapping[str, Index] = None,
indexes: Optional[Mapping[str, Index]] = None,
) -> xr.Dataset:
"""
Translate a store-level kerchunk reference dict into an xarray Dataset containing virtualized arrays.
Expand Down

0 comments on commit 79f39e1

Please sign in to comment.