-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Fixed opnorm #56500
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
Fixed opnorm #56500
Conversation
|
Is CI currently broken? The failures look unrelated to any changes here. |
|
I restarted the failed job - let's see if the retry passes. |
|
Hmmm. The failure persists after a retry. |
|
Keno suggests that this has been fixed on master, so perhaps we need to rebase this PR again? |
|
This has been addressed. You won't see any more PowerPC failures. |
|
@dgleich would you be able to rebase the branch? I tried but there are conflicts. |
|
Bump @dgleich ^ |
making a test case use `isapprox` instead of `==`.
9eab7cc to
e9f8d12
Compare
|
Done. Thanks for the bump. Something went wrong with one of the automatic rebase steps, so I had to fix it with another commit. (But I imagine these get squashed when merged?) |
|
@dkarrasch I was about to review this but I'm formally the author of the PR although I didn't write a line of it so I'm not allowed to review. Would you be able to? |
|
@andreasnoack do you want me to send in a new pull request from my account for this one so you can do the review? |
|
@dgleich Indeed, you could actually prepare a new PR to the now outsourced https://github.com/JuliaLang/LinearAlgebra.jl. I'll try to find some time to make a review (though it's not technically necessary for merging). |
|
Moved to JuliaLang/LinearAlgebra.jl#1138 |
Originally written by mcognetta See JuliaLang/julia#56500 and JuliaLang/julia#30138
A rebased version of #30138