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
But in JuliaLang/julia#27212 the LinearAlgebra API has been changed, qr doesn't take a full (thin in 0.6) keyword anymore, making these tests fail. Instead, both the "full" and the "thin" representation can be obtained from the returned object.
Ideally, we provide a qr that does the same and deprecate the current method to that. But I have no idea whether that is feasible.
The text was updated successfully, but these errors were encountered:
From our README:
Compat.qr
takespivot
as aVal
instance and keyword argumentfull
([#22475], [#24279]).And we have these tests:
Compat.jl/test/runtests.jl
Lines 1676 to 1695 in 2a82221
But in JuliaLang/julia#27212 the
LinearAlgebra
API has been changed,qr
doesn't take afull
(thin
in 0.6) keyword anymore, making these tests fail. Instead, both the "full" and the "thin" representation can be obtained from the returned object.Ideally, we provide a
qr
that does the same and deprecate the current method to that. But I have no idea whether that is feasible.The text was updated successfully, but these errors were encountered: