Skip to content

Commit 98702f0

Browse files
committed
[Python] Add regression tests for new features && minor vector fixes
1 parent 9ab7601 commit 98702f0

File tree

1,173 files changed

+6624216
-6369404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,173 files changed

+6624216
-6369404
lines changed

cubool/tests/test_library_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cuBool_Status TransitiveClosure(cuBool_Matrix A, cuBool_Matrix* T) {
7676
return CUBOOL_STATUS_SUCCESS;
7777
}
7878

79-
TEST(cuBool, Example) {
79+
TEST(cuBool, TsExample) {
8080
cuBool_Matrix A = nullptr;
8181
cuBool_Matrix T = nullptr;
8282

0 commit comments

Comments
 (0)