We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nightly is failing in #3751:
https://github.com/jump-dev/JuMP.jl/actions/runs/9166022620/job/25200626850?pr=3751
The usual culprits: changes to LinearAlgebra and handling around zero and #undef elements.
LinearAlgebra
zero
#undef
Upstream is likely JuliaLang/julia#52730
The text was updated successfully, but these errors were encountered:
We might need to implement appropriate LinearAlgebra.haszero(::Type{AffExpr}) = true
LinearAlgebra.haszero(::Type{AffExpr}) = true
x-ref JuliaLang/julia#52730 (comment)
Sorry, something went wrong.
May also be fixed by JuliaLang/julia#54529
Closed by #3753. We could revert if this is fixed upstream.
No branches or pull requests
Nightly is failing in #3751:
https://github.com/jump-dev/JuMP.jl/actions/runs/9166022620/job/25200626850?pr=3751
The usual culprits: changes to
LinearAlgebra
and handling aroundzero
and#undef
elements.Upstream is likely JuliaLang/julia#52730
The text was updated successfully, but these errors were encountered: