You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/config.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Configuration options include the following:
30
30
- Default Zarr format `default_zarr_version`
31
31
- Default array order in memory `array.order`
32
32
- 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.
33
34
- Async and threading options, e.g. `async.concurrency` and `threading.max_workers`
34
35
- Selections of implementations of codecs, codec pipelines and buffers
35
36
- Enabling GPU support with `zarr.config.enable_gpu()`. See GPU support for more.
0 commit comments