Skip to content

Commit dfb1334

Browse files
committed
Update bunchkaufman.jl
1 parent 23ceb45 commit dfb1334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bunchkaufman.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ end
263263
a = randn(5,5)
264264
A = a'a
265265
for ul in (:U, :L)
266-
B = bunchkaufman(A, ul)
266+
B = bunchkaufman(Symmetric(A, ul))
267267
@test A Array(B) Matrix(B) AbstractArray(B) AbstractMatrix(B)
268268
end
269269
end

0 commit comments

Comments
 (0)