Blosc / bloscpack

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

remove tests that fail when typesize == 4 #90

Closed esc closed 5 years ago

esc commented 5 years ago

On some architectures, such as i386, the default type size of numpy.arange is float, which has an itemsize of 4. Remove the test cases that would fail if the chunksize is divisible by 4 (in addition to 8 and 16).