Skip to content

Commit 13f19e1

Browse files
committed
Update tests
1 parent 4de02c2 commit 13f19e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ldu_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A[20,41] = A[41,20] = 1
3434

3535
ids = rand(1:1000,1000)
3636
ids = unique(ids)
37-
system = System{Float64}(A, [rand(1:3) for i=1:size(A)[1]]; ids = collect(1:size(A)[1]))
37+
system = System{Float64}(A, [rand(0:3) for i=1:size(A)[1]]; ids = collect(1:size(A)[1]))
3838

3939
for i=1:10
4040
for entry in collect(values(system.matrix_entries))

0 commit comments

Comments
 (0)