Skip to content

Commit 8530635

Browse files
committed
Add fill_missing_chunks to examples of config options.
1 parent 510c72d commit 8530635

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/user-guide/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Configuration options include the following:
3030
- Default Zarr format `default_zarr_version`
3131
- Default array order in memory `array.order`
3232
- Whether empty chunks are written to storage `array.write_empty_chunks`
33+
- Whether missing chunks are filled with the fill value on read `codec_pipeline.fill_missing_chunks` (default `True`). Set to `False` to raise a `MissingChunkError` instead.
3334
- Async and threading options, e.g. `async.concurrency` and `threading.max_workers`
3435
- Selections of implementations of codecs, codec pipelines and buffers
3536
- Enabling GPU support with `zarr.config.enable_gpu()`. See GPU support for more.

0 commit comments

Comments
 (0)