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

Always use np.intp for indices. #634

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

hameerabbasi
Copy link
Collaborator

@hameerabbasi hameerabbasi commented Jan 18, 2024

Fixes #490
Fixes #628

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

Merging #634 (e6f192f) into main (9cf10a3) will increase coverage by 0.00%.
The diff coverage is 23.07%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #634   +/-   ##
=======================================
  Coverage   90.22%   90.23%           
=======================================
  Files          20       20           
  Lines        3674     3676    +2     
=======================================
+ Hits         3315     3317    +2     
  Misses        359      359           

@@ -1346,9 +1347,10 @@


def _validate_coo_input(x: Any):
from .._common import _is_scipy_sparse_obj

Check notice

Code scanning / CodeQL

Cyclic import Note

Import of module
sparse._coo.core
begins an import cycle.
@hameerabbasi hameerabbasi merged commit ae21806 into pydata:main Jan 18, 2024
13 checks passed
@hameerabbasi hameerabbasi deleted the use-intp-for-idxs branch January 18, 2024 13:52
hameerabbasi added a commit that referenced this pull request May 17, 2024
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.

Segmentation fault on arm64 test_coo_numba fails on i386 but not on amd64 arch
2 participants