From aed80d414b0b6580e759714d8ca373284becf6b7 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:02:47 -0500 Subject: [PATCH] Fix wrong configuration for hdf5 chunking (#237) 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