Skip to content

Commit ace1e4c

Browse files
Fix issingular test
1 parent 02048c3 commit ace1e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using RecursiveArrayTools, Test, Random
2-
using LinearAlgebra
2+
using LinearAlgebra, ArrayInterface
33

44
n, m = 5, 6
55
bb = rand(n), rand(m)

0 commit comments

Comments
 (0)