Skip to content

Commit 22e050a

Browse files
author
Dalal Sukkari
committed
test ill-condÃ
1 parent 516cae6 commit 22e050a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_qdwh.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void test_qdwh_work(Params& params, bool run)
109109
H = slate::Matrix<scalar_t>::fromScaLAPACK(n, n, &H_data[0], lldH, nb, p, q, MPI_COMM_WORLD);
110110
}
111111

112-
real_t cond = 1 / (100 * std::numeric_limits<real_t>::epsilon() );
112+
real_t cond = 1 / (std::numeric_limits<real_t>::epsilon() );
113113
params.matrix.kind.set_default("svd");
114114
params.matrix.cond.set_default(cond);
115115

0 commit comments

Comments
 (0)