Skip to content

Commit 62348c0

Browse files
committed
fix unseed merge conflict
1 parent 4c142ef commit 62348c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/matrix.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ end
215215
ans = A * u + B * b
216216
@test L(u,p,t) ans
217217
v=copy(u); @test L(v,u,p,t) ans
218-
b = Diagonal(p*t)*b
219-
ans = A * u + B * b
220218
v=rand(N,K); w=copy(v); @test L(v, u, p, t, α, β) α*ans + β*w
221219
end
222220

0 commit comments

Comments
 (0)