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 623b597 commit be9205bCopy full SHA for be9205b
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), rand(T, dims) )
+ @test compare(x -> getproperty(x,prop), AT, rand(T, dims) )
326
end
327
0 commit comments