Skip to content

Commit

Permalink
Hopefully resolve an intermittent test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Ferris committed Nov 2, 2016
1 parent 37bf363 commit 865a4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
(m, v) in ((SMatrix{n,n}, SVector{n}), (MMatrix{n,n}, MVector{n})),
elty in (Float64, Int)

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

0 comments on commit 865a4d0

Please sign in to comment.