You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -326,8 +326,7 @@ class DoubleDeltaFilter(CompressionFilter):
326
326
327
327
:param level: -1 (default) sets the compressor level to the default level as specified in TileDB core. Otherwise, sets the compressor level to the given value.
328
328
:type level: int
329
-
:param reinterp_dtype: (optional) sets the compressor to compress the data treating
330
-
as the new datatype.
329
+
:param reinterp_dtype: (optional) sets the compressor to compress the data treating as the new datatype.
331
330
332
331
**Example:**
333
332
@@ -501,7 +500,8 @@ class PositiveDeltaFilter(Filter):
501
500
:param ctx: A TileDB Context
502
501
:type ctx: tiledb.Ctx
503
502
:param window: -1 (default) sets the max window size for the filter to the default window size as specified in TileDB core. Otherwise, sets the compressor level to the given value.
0 commit comments