Skip to content

Commit 1d4cf3c

Browse files
running for all matrices
1 parent 9d9c2e3 commit 1d4cf3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmarks/LinearSolve/MatrixDepot.jmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ matrix_size = fill(NaN, length(allmatrices_md.content[1].rows))
3737
```
3838

3939
```julia
40-
# for z in 1:length(allmatrices_md.content[1].rows)
41-
for z in 1:200
40+
for z in 1:length(allmatrices_md.content[1].rows)
4241
try
4342
matrix = allmatrices_md.content[1].rows[z]
4443
matrix = string(matrix[1])

0 commit comments

Comments
 (0)