diff --git a/docs/gallery/advanced_io/h5dataio.py b/docs/gallery/advanced_io/h5dataio.py index 8ddd1fcf1..554d4394b 100644 --- a/docs/gallery/advanced_io/h5dataio.py +++ b/docs/gallery/advanced_io/h5dataio.py @@ -234,7 +234,7 @@ wrapped_data = H5DataIO( data=data, - compression=hdf5plugin.Zstd().filter_id, + **hdf5plugin.Zstd(clevel=3), # set the compression and compression_opts parameters allow_plugin_filters=True, )