We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26e2df commit f842394Copy full SHA for f842394
tests/test_package.py
@@ -1,4 +1,4 @@
1
from suitesparse.graphblas import lib, ffi
2
3
def test_matrix_existence():
4
- assert hasattr(lib, "GrB_Matrix")
+ assert hasattr(lib, "GrB_Matrix_new")
0 commit comments