Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove tests that fail when typesize == 4 #90

Merged
merged 1 commit into from
Dec 7, 2018

Conversation

esc
Copy link
Member

@esc esc commented Dec 7, 2018

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).

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).
@esc esc mentioned this pull request Dec 7, 2018
@esc esc merged commit 56c380f into Blosc:master Dec 7, 2018
@esc esc deleted the fix_tests_for_i386_etc branch December 27, 2018 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant