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 convert b to fortran array if b is not fortran contiguous #40

Merged
merged 3 commits into from
Apr 7, 2022

Conversation

haasad
Copy link
Owner

@haasad haasad commented Apr 7, 2022

This fixes a bug where pypardiso produces wrong results if b is a one-dimensional slice of c-contiguous array

Fixes #39

@haasad haasad added the bug label Apr 7, 2022
@haasad haasad merged commit d226c15 into master Apr 7, 2022
@haasad haasad deleted the bug/slice-fcontiguous branch November 18, 2023 21:05
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.

Return wrong results
1 participant