Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Oct 10, 2024
1 parent b27e64c commit 41d6e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerchunk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def inline_array(store, threshold=1000, names=None, remote_options=None):
amended references set (simple style)
"""
fs = refs_as_fs(store, remote_options=remote_options or {})
zarr_store = fs_as_store(store, mode="r+", remote_options=remote_options or {})
zarr_store = fs_as_store(fs, mode="r+", remote_options=remote_options or {})
g = zarr.open_group(zarr_store, mode="r+", zarr_format=2)
_inline_array(g, threshold, names=names or [])
return fs.references
Expand Down

0 comments on commit 41d6e8e

Please sign in to comment.