Skip to content

Commit

Permalink
Correct reading from zarr store on S3 in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Jul 18, 2024
1 parent 0ebb669 commit 5b33420
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/io/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ MuData objects stored in the ``.zarr`` format in an S3 bucket can be read from a

s3 = s3fs.S3FileSystem(**storage_options)
store = s3.get_mapper('s3://bucket/dataset.zarr')
with fsspec.open(fname) as f:
mdata = mudata.read_zarr(f)
mdata = mudata.read_zarr(store)

0 comments on commit 5b33420

Please sign in to comment.