Skip to content

Commit 82b9780

Browse files
committed
Try to bump rank and add a verbose to see whats happening on CI
1 parent 74dd927 commit 82b9780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittest/ztensor_cp_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ TEST_CASE("ZCP") {
146146
SECTION("RALS MODE = 4, Finite rank") {
147147
CP_RALS<ztensor, zconv_class> A1(Z4);
148148
conv.set_norm(norm4.real());
149-
double diff = A1.compute_rank(67, conv, 1, true, 65);
149+
conv.verbose(true);
150+
double diff = A1.compute_rank(70, conv, 1, true, 65);
150151
CHECK(std::abs(diff) <= epsilon);
151152
}
152153
SECTION("RALS MODE = 4, Finite error"){

0 commit comments

Comments
 (0)