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 bugs in undocumented sparse matrix conversion functions #124

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rileyjmurray
Copy link
Contributor

@rileyjmurray rileyjmurray commented Oct 24, 2024

I'll add tests before merging this PR. But I want to note these necessary changes now as I'm discovering them.

A note: these functions were for converting from CSC or CSR format to COO format. Our examples which read sparse matrices from disk and run low-rank approximation algorithms were never unaffected. Those files only use conversions from COO to CSC or CSR.

I'll add tests before merging this PR. But I want to note these necessary changes now as I'm discovering them.
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.

1 participant