Skip to content

Commit 10eb744

Browse files
Allow some more matrices
1 parent f9e5a99 commit 10eb744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/LinearSolve/MatrixDepot.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ for z in 1:length(allmatrices_md.content[1].rows)
5151
percentage_sparsity[z] = length(nonzeros(A)) / n^2
5252
@info "$n × $n"
5353

54-
n > 100 && error("Skipping too large matrices")
54+
n > 500 && error("Skipping too large matrices")
5555

5656
b = rand(rng, n)
5757
u0 = rand(rng, n)

0 commit comments

Comments
 (0)