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

Fix tests on 32bit architectures #72

Merged
merged 4 commits into from Dec 25, 2020
Merged

Fix tests on 32bit architectures #72

merged 4 commits into from Dec 25, 2020

Conversation

prabhuramachandran
Copy link
Contributor

Fixes #30.

@codecov
Copy link

codecov bot commented Dec 25, 2020

Codecov Report

Merging #72 (11abcae) into master (bd84da4) will increase coverage by 0.12%.
The diff coverage is 73.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   69.83%   69.96%   +0.12%     
==========================================
  Files          20       20              
  Lines        4108     4109       +1     
  Branches      790      791       +1     
==========================================
+ Hits         2869     2875       +6     
+ Misses       1035     1031       -4     
+ Partials      204      203       -1     
Impacted Files Coverage Δ
compyle/cuda.py 0.00% <0.00%> (ø)
compyle/types.py 80.31% <75.00%> (+3.51%) ⬆️
compyle/jit.py 77.64% <80.00%> (ø)
compyle/array.py 62.71% <100.00%> (ø)
compyle/parallel.py 77.90% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 455188d...11abcae. Read the comment docs.

@prabhuramachandran prabhuramachandran merged commit 2b8cd45 into master Dec 25, 2020
@prabhuramachandran prabhuramachandran deleted the fix-32bit branch December 25, 2020 05:20
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.

Test failure on i386 and armhf platforms
1 participant