Skip to content

Commit

Permalink
symmetry
Browse files Browse the repository at this point in the history
  • Loading branch information
willow-ahrens committed May 14, 2024
1 parent 6c45117 commit 33f453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/generate_reference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for (vec_key, x) in [
end

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

0 comments on commit 33f453b

Please sign in to comment.