File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ is a significant factor. You can use different store types for source and cache:
8686 >>> # Create a remote store (S3 example) - for demonstration only
8787 >>> remote_store = FsspecStore.from_url(' s3://bucket/data.zarr' , storage_options = {' anon' : True }) # doctest: +SKIP
8888 >>>
89- >>> # Use a local store for persistent caching
89+ >>> # Use a local store for persistent caching
9090 >>> local_cache_store = LocalStore(' cache_data' ) # doctest: +SKIP
9191 >>>
9292 >>> # Create cached store with persistent local cache
@@ -96,7 +96,7 @@ is a significant factor. You can use different store types for source and cache:
9696 ... max_size= 512 * 1024 * 1024 # 512MB cache
9797 ... )
9898 >>>
99- >>> # Open array through cached store
99+ >>> # Open array through cached store
100100 >>> z = zarr.open(cached_store) # doctest: +SKIP
101101
102102The first access to any chunk will be slow (network retrieval), but subsequent accesses
You can’t perform that action at this time.
0 commit comments