You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up in a nanosoldier run in JuliaLang/julia#46196. There, adjoints of Q's are of type AdjointQ <: AbstractQ, but don't have a field factor. I believe we had a similar issue quite recently in LinearAlgebra.
The text was updated successfully, but these errors were encountered:
https://github.com/JuliaMatrices/ArrayLayouts.jl/blob/c20d16d3b82269619eb867898462a86e57cbcbd2/src/mul.jl#L98-L99
This came up in a nanosoldier run in JuliaLang/julia#46196. There, adjoints of Q's are of type
AdjointQ <: AbstractQ
, but don't have a fieldfactor
. I believe we had a similar issue quite recently inLinearAlgebra
.The text was updated successfully, but these errors were encountered: