Skip to content

Commit 33f453b

Browse files
committed
symmetry
1 parent 6c45117 commit 33f453b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/generate_reference.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for (vec_key, x) in [
3030
end
3131

3232
for (mtx_key, A) in [
33-
"mycielskian3" => SparseMatrixCSC(matrixdepot("Mycielski/mycielskian3")),
33+
#"mycielskian3" => SparseMatrixCSC(matrixdepot("Mycielski/mycielskian3")), #TODO this matrix is symmetric but Finch doesn't have a way to communicate that to binsparse.
3434
"b1_ss" => SparseMatrixCSC(matrixdepot("Grund/b1_ss")),
3535
"farm" => SparseMatrixCSC(matrixdepot("Meszaros/farm")),
3636
]

0 commit comments

Comments
 (0)