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

feat: Add __binsparse__ protocol. #764

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove debugging print statement.
hameerabbasi committed Feb 19, 2025

Verified

This commit was signed with the committer’s verified signature.
hameerabbasi Hameer Abbasi
commit 199d87804887bf4c2ed0d8b12a85e564e8183025
1 change: 0 additions & 1 deletion sparse/numba_backend/_io.py
Original file line number Diff line number Diff line change
@@ -279,7 +279,6 @@ def from_binsparse(arr, /, *, device=None, copy: bool | None = None) -> SparseAr

return sparse_type((val_arr, ptr_arr, crd_arr), shape=shape)
case _:
print(desc)
raise RuntimeError(format_err_str)