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

Add minimal tests to ensure pypardiso works with scipy sparse arrays #69

Merged
merged 4 commits into from
Mar 5, 2024

Conversation

haasad
Copy link
Owner

@haasad haasad commented Mar 5, 2024

This package is switching to an array interface, compatible with NumPy arrays, from the older matrix interface. We recommend that you use the array objects (bsr_array, coo_array, etc.) for all new work.

from https://docs.scipy.org/doc/scipy/reference/sparse.html#sparse-matrices-scipy-sparse

New tests are expected to fail until #67 is merged.

@haasad haasad added the change label Mar 5, 2024
@haasad haasad merged commit fed4dd5 into master Mar 5, 2024
1 of 25 checks passed
@haasad haasad deleted the sparray-tests branch March 5, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant