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.
typesize
1 parent 8bf3915 commit 334a05cCopy full SHA for 334a05c
numcodecs/tests/test_blosc.py
@@ -278,7 +278,7 @@ def test_typesize_less_than_1():
278
Blosc(shuffle=Blosc.SHUFFLE, typesize=0)
279
compressor = Blosc(shuffle=Blosc.SHUFFLE)
280
# not really something that should be done in practice, but good for testing.
281
- compressor.typesize = 0
+ compressor._typesize = 0
282
arr = np.arange(100)
283
with pytest.raises(ValueError, match=r"Cannot use typesize"):
284
compressor.encode(arr.tobytes())
0 commit comments