Closed sqm2050 closed 7 years ago
In func read_bitpacked, when width == 0, byte_count is zero, and raw_bytes == [].
read_bitpacked
Then IndexError when access the raw_bytes
In func
read_bitpacked
, when width == 0, byte_count is zero, and raw_bytes == [].Then IndexError when access the raw_bytes