-
Notifications
You must be signed in to change notification settings - Fork 182
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
linalg: fix typo in least-squares complex space allocation #830
Conversation
I tested it with a WSL, it still segfaults with the change you proposed. |
I believe I've found the issue (passing real space |
Yes, that solved the segfault!! |
Awesome! Thank you @loiseaujc and @jalvesz for reporting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you
Thank you for the two approvals, merging now. |
Fix #823: typo setting complex storage space in the lstsq solver.
Thank you @jalvesz @loiseaujc for reporting. cc: @jvdp1 @fortran-lang/stdlib