We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b9780 commit b8f1f3dCopy full SHA for b8f1f3d
1 file changed
unittest/ztensor_cp_test.cc
@@ -146,7 +146,6 @@ TEST_CASE("ZCP") {
146
SECTION("RALS MODE = 4, Finite rank") {
147
CP_RALS<ztensor, zconv_class> A1(Z4);
148
conv.set_norm(norm4.real());
149
- conv.verbose(true);
150
double diff = A1.compute_rank(70, conv, 1, true, 65);
151
CHECK(std::abs(diff) <= epsilon);
152
}
0 commit comments