Skip to content
#

suitesparse

Here are 19 public repositories matching this topic...

eriknw
eriknw commented Mar 17, 2022

grblas tests raise this warning from scipy.sparse:

grblas/tests/test_io.py::test_matrix_to_from_networkx
  /home/erik/git/grblas/grblas/io.py:38: DeprecationWarning:

  The scipy.sparse array containers will be used instead of matrices
  in Networkx 3.0. Use `to_scipy_sparse_array` instead.
    ss = nx.convert_matrix.to_scipy_sparse_matrix(g)

Improve this page

Add a description, image, and links to the suitesparse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the suitesparse topic, visit your repo's landing page and select "manage topics."

Learn more