Skip to content

Commit 6947538

Browse files
Merge pull request #407 from SciML/ChrisRackauckas-patch-1
Fix issingular test
2 parents 02048c3 + ace1e4c commit 6947538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg.jl

+1-1
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)