TileDB-Inc / TileDB-Py

Python interface to the TileDB storage engine
MIT License
181 stars 32 forks source link

Fix CompressionFilter docstring example #1973

Closed kounelisagis closed 1 month ago

kounelisagis commented 1 month ago

The provided example in the CompressionFilter class docstring incorrectly used GzipFilter instead of CompressionFilter. This PR fixes the issue, ensuring that the example accurately reflects the intended use of the base class for compression filters, rather than a specific filter type.

ihnorton commented 1 month ago

Can you please clarify the fix here in the PR description?