Skip to content

Commit 45a17ae

Browse files
committed
add missing import
1 parent 7f66601 commit 45a17ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chol.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using LinearAlgebra, PDMats
2-
using PDMats: chol_lower
2+
using PDMats: chol_lower, chol_upper
33

44
@testset "chol_lower" begin
55
A = rand(100, 100)

0 commit comments

Comments
 (0)