Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyne-ringoot authored Sep 19, 2023
1 parent 56874ec commit 826242c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testsuite/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,6 @@ end
@testsuite "QR" (AT, eltypes)->begin
@testset "get property" for dims in [(3,5),(3,3),(5,3)],
prop in [:Q, :R], T in eltypes
@test compare(x -> getproperty(x,prop), AT, rand(T, dims) )
@test compare(x -> getproperty(qr(x),prop), AT, rand(T, dims) )
end
end
end

0 comments on commit 826242c

Please sign in to comment.