Skip to content

Commit

Permalink
Update data_utils.py (#993)
Browse files Browse the repository at this point in the history
change recommendation. This is no longer true as 1 MB is not ideal for cloud computing
  • Loading branch information
bendichter authored Nov 6, 2023
1 parent 318ccd1 commit c58b251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def __init__(self, **kwargs):
dict(
name="chunk_mb",
type=(float, int),
doc="Size of the HDF5 chunk in megabytes. Recommended to be less than 1MB.",
doc="Size of the HDF5 chunk in megabytes.",
default=None,
)
)
Expand Down

0 comments on commit c58b251

Please sign in to comment.