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

bug: missing cols in callback of omp solver #644

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Conversation

mrava87
Copy link
Collaborator

@mrava87 mrava87 commented Feb 12, 2025

This commit changes the signature of the callback of the omp solver, which provided only the non-zero coefficients (in x) without their indices - added now in the second input parameter (col).

This commit changes the signature of the callback of the omp solver,
which provided only the non-zero coefficients (in x) without their
indices - added now in the second input parameter (col).
@mrava87 mrava87 merged commit 8502e12 into PyLops:dev Feb 12, 2025
13 checks passed
@mrava87 mrava87 deleted the bug-omp branch February 12, 2025 20:48
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