We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c1b24 commit b36a2d4Copy full SHA for b36a2d4
tests/test_codecs/test_zstd.py
@@ -33,10 +33,6 @@ def test_zstd_codec_supports_sync() -> None:
33
assert isinstance(ZstdCodec(), SupportsSyncCodec)
34
35
36
-def test_zstd_is_not_fixed_size() -> None:
37
- assert ZstdCodec.is_fixed_size is False
38
-
39
40
def test_zstd_codec_sync_roundtrip() -> None:
41
codec = ZstdCodec(level=1)
42
arr = np.arange(100, dtype="float64")
0 commit comments