Skip to content

Commit

Permalink
Update LindiH5ZarrStoreOpts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 15, 2024
1 parent d37cb51 commit e50931b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lindi/LindiH5ZarrStore/LindiH5ZarrStoreOpts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class LindiH5ZarrStoreOpts:
num_dataset_chunks_threshold (Union[int, None]): For each dataset in the
HDF5 file, if the number of chunks is greater than this threshold, then
the dataset will be represented as an external array link. If None, then
the threshold is not used. Default is 1000.
no datasets will be represented as external array links (equivalent to a
threshold of 0). Default is 1000.
"""
num_dataset_chunks_threshold: Union[int, None] = 1000

0 comments on commit e50931b

Please sign in to comment.