Skip to content

Commit

Permalink
Update the test for cudss_version
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 12, 2024
1 parent 828eb41 commit 5d3151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cudss.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function cudss_version()
@test CUDSS.version() == v"0.4.0"
@test CUDSS.version() >= v"0.4.0"
end

function cudss_dense()
Expand Down

0 comments on commit 5d3151f

Please sign in to comment.