Skip to content

Commit

Permalink
Test fix for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
N5N3 committed Mar 6, 2022
1 parent acdbd75 commit 69a5028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Random.seed!(42)
test_qr(arr)
end
# some special cases
for arr in [
for arr in Any[
(@MMatrix randn(3,2)),
(@MMatrix randn(2,3)),
(@SMatrix([0 1 2; 0 2 3; 0 3 4; 0 4 5])),
Expand Down

0 comments on commit 69a5028

Please sign in to comment.