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 93cef03 commit dbbf2bcCopy full SHA for dbbf2bc
numcodecs/fletcher32.pyx
@@ -49,7 +49,7 @@ class Fletcher32(Codec):
49
With this codec, the checksum is concatenated on the end of the data
50
bytes when encoded. At decode time, the checksum is performed on
51
the data portion and compared with the four-byte checksum, raising
52
- ValueError if inconsistent.
+ RuntimeError if inconsistent.
53
"""
54
55
codec_id = "fletcher32"
0 commit comments