We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9205b commit b76f938Copy full SHA for b76f938
1 file changed
test/testsuite/linalg.jl
@@ -322,6 +322,6 @@ end
322
@testsuite "QR" (AT, eltypes)->begin
323
@testset "get property" for dims in [(3,5),(3,3),(5,3)],
324
prop in [:Q, :R], T in eltypes
325
- @test compare(x -> getproperty(x,prop), AT, rand(T, dims) )
+ @test compare(x -> getproperty(qr(x),prop), AT, rand(T, dims) )
326
end
327
0 commit comments