Blosc / bloscpack

Command line interface to and serialization format for Blosc
BSD 3-Clause "New" or "Revised" License
122 stars 27 forks source link

fix erroneous check for chunk_size being divisible typesize. #81

Closed esc closed 5 years ago

esc commented 5 years ago

Blosc can accept any length buffer, so this check isn't stritly needed. In fact the code is probably wrong, since it reduces chunk_size but doesn't adapt last_chunk_size. Will have to write some more tests to make sure that strange combinations will continue to work.

Fixes #80

esc commented 5 years ago

master is still read, on the way to fixing it.