Skip to content

Commit

Permalink
removed a test in 'VecOrMat of Vectors'
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Jun 19, 2018
1 parent d6fbe75 commit 9b24aee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/LinearAlgebra/test/matmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ end
@test transpose(Xv2)*Xv2 XtX
@test (transpose(Xv3)*Xv3)[1] XtX
@test Xv1'*Xv1 XcX
@test_throws MethodError Xv2'*Xv2 XcX # Xv2'*Xv2 is a scalar, XcX a matrix
@test Xv2'*Xv2 norm(Xv2)^2
@test (Xv3'*Xv3)[1] XcX
@test (Xv1*transpose(Xv1))[1] XXt
Expand Down

0 comments on commit 9b24aee

Please sign in to comment.