Skip to content

Commit 9a2bf80

Browse files
committed
(just to be safe)
1 parent f51a65f commit 9a2bf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: suitesparse_graphblas/tests/test_package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def test_version():
1111
# Example reslease version: 9.4.5.0
1212
version = suitesparse_graphblas.__version__
1313
version = [int(x) for x in version.split("+")[0].split(".")]
14-
assert version > [9, 4, 5, 0]
14+
assert version > [9, 4, 4, 0]

0 commit comments

Comments
 (0)