Skip to content

Commit 7c69eaa

Browse files
committed
Minor in tests
1 parent a45c2de commit 7c69eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/p_sparse_matrix_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function p_sparse_matrix_tests(distribute)
327327
d = dense_diag(A)
328328
dense_diag!(d,A)
329329

330-
nodes_per_dir = (2,2)
330+
nodes_per_dir = (5,5)
331331
parts_per_dir = (2,2)
332332
A = PartitionedArrays.laplace_matrix(nodes_per_dir,parts_per_dir,parts)
333333
A_seq = centralize(A)

0 commit comments

Comments
 (0)