Skip to content

Commit 865a4d0

Browse files
author
Andy Ferris
committed
Hopefully resolve an intermittent test issue
1 parent 37bf363 commit 865a4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/solve.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
(m, v) in ((SMatrix{n,n}, SVector{n}), (MMatrix{n,n}, MVector{n})),
55
elty in (Float64, Int)
66

7-
A = elty.(rand(-100:100,n,n))
7+
A = elty.(rand(-99:2:99,n,n))
88
b = A*ones(elty,n)
99
@test m(A)\v(b) A\b
1010
end
11-
end
11+
end

0 commit comments

Comments
 (0)