Skip to content

Commit b8f1f3d

Browse files
committed
Remove verbose testing keyword
1 parent 82b9780 commit b8f1f3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unittest/ztensor_cp_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ 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-
conv.verbose(true);
150149
double diff = A1.compute_rank(70, conv, 1, true, 65);
151150
CHECK(std::abs(diff) <= epsilon);
152151
}

0 commit comments

Comments
 (0)