Skip to content

Commit

Permalink
Fix wrong configuration for hdf5 chunking (#237)
Browse files Browse the repository at this point in the history
The documentation says use `chunking` for HDF5 data creation but the code uses `enable_chunking`
  • Loading branch information
rayandrew authored Oct 17, 2024
1 parent edb4b27 commit aed80d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dataset
* - compression_level
- 4
- level of compression for gzip
* - chunking
* - enable_chunking
- False
- whether to use chunking to store hdf5.
* - chunk_size
Expand Down

0 comments on commit aed80d4

Please sign in to comment.