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 overflow in reduce. #208

Merged
merged 2 commits into from Nov 13, 2018
Merged

Conversation

hameerabbasi
Copy link
Collaborator

@hameerabbasi hameerabbasi commented Nov 12, 2018

Fixes #207

@hameerabbasi hameerabbasi mentioned this pull request Nov 12, 2018
@hameerabbasi
Copy link
Collaborator Author

@mrocklin Reaching out to you for advice, any way to fix and/or ignore the Python 2 doctests?

@mrocklin
Copy link
Collaborator

Hi @hameerabbasi . My recommendation would be to just not test doctests in Python 2 and be done with it

@codecov
Copy link

codecov bot commented Nov 12, 2018

Codecov Report

Merging #208 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
+ Coverage   97.66%   97.66%   +<.01%     
==========================================
  Files          11       11              
  Lines        1501     1502       +1     
==========================================
+ Hits         1466     1467       +1     
  Misses         35       35
Impacted Files Coverage Δ
sparse/coo/core.py 97.15% <100%> (ø) ⬆️
sparse/compatibility.py 83.33% <100%> (ø) ⬆️
sparse/sparse_array.py 96.77% <100%> (+0.1%) ⬆️
sparse/coo/common.py 97.95% <100%> (ø) ⬆️

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 da7a64d...1a7b2d6. Read the comment docs.

@hameerabbasi hameerabbasi merged commit c1a2bfa into pydata:master Nov 13, 2018
@hameerabbasi hameerabbasi deleted the fix-overflow branch March 11, 2019 20:35
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

2 participants