From 69b00ca28ebfcdf0cb830c255157f8b760bbbf0b Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:15:41 -0500 Subject: [PATCH] Fix wrong configuration for hdf5 chunking The documentation says use `chunking` for HDF5 data creation but the code uses `enable_chunking` --- docs/source/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config.rst b/docs/source/config.rst index 79ee1717..95fecde8 100644 --- a/docs/source/config.rst +++ b/docs/source/config.rst @@ -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