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 missing argument to linalg_invert_inplace_ call in linalg_invert_split #880

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cyrilgandon
Copy link

@cyrilgandon cyrilgandon commented Oct 4, 2024

During the fix of unused-dummy-argument in #879, I see this case where the pivot argument is not used, but it seems it should be definitely be passed to the linalg_invert_inplace function.

I made a different PR since it is no longer a refactoring but a real fix.

Cyril Gandon and others added 2 commits October 4, 2024 08:07
There is also a typo in line 167: probably not previously catched due to the implicit real<->complex conversion
@jalvesz
Copy link
Contributor

jalvesz commented Oct 4, 2024

Thanks for this fix @cyrilgandon! LGTM

Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

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.

4 participants