-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 inverse of SVD of complex matrix (#34866) #34872
Conversation
It looks like there is a general CI problem. We should restart CI once it's running normally again. |
Should we try again? Also, does this still have a chance to go into 1.4.0 since it's only a bug fix? (When is "bug fix freeze"?) |
@crstnbr Maybe rebasing this PR would help? CI looks horrible, but unlike in other currently running PRs. EDIT: I should have updated my webpage. Looks much better know, with failures in |
8975fec
to
8f890ed
Compare
I've rebased onto master, let's see what CI gives this time. |
CI looks good to me. The timed out run seems unrelated. Ready to be merged? |
I marked this for backport to 1.4. The slightly broken method was introduced in v1.3. |
Closes #34866 (cherry picked from commit f709331)
See discussion in JuliaLang/LinearAlgebra.jl#698. I also added a test with a complex matrix so that this won't happen again :)
Closes JuliaLang/LinearAlgebra.jl#698