Skip to content

Commit 69c1b11

Browse files
committed
decrease test precision
1 parent 7d5b2e0 commit 69c1b11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/test_Cl2.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,17 +249,17 @@ TEST_CASE("test_real_fixed_values")
249249
}
250250

251251
if (std::abs(x128 - 2*pi128) > 1e-10L) {
252-
CHECK_CLOSE(cl128_poly , cl128_expected, 6*eps128);
252+
CHECK_CLOSE(cl128_poly , cl128_expected, 10*eps128);
253253
} else {
254254
CHECK_CLOSE(cl128_poly , cl128_expected, 50*eps128);
255255
}
256256
if (std::abs(x128 - 2*pi128) > 1e-10L) {
257-
CHECK_CLOSE(cl128_poly_c, cl128_expected, 6*eps128);
257+
CHECK_CLOSE(cl128_poly_c, cl128_expected, 10*eps128);
258258
} else {
259259
CHECK_CLOSE(cl128_poly_c, cl128_expected, 50*eps128);
260260
}
261261
if (std::abs(x128 - 2*pi128) > 1e-10L) {
262-
CHECK_CLOSE(cl128_koelbig, cl128_expected, 6*eps128);
262+
CHECK_CLOSE(cl128_koelbig, cl128_expected, 10*eps128);
263263
} else {
264264
CHECK_CLOSE(cl128_koelbig, cl128_expected, 50*eps128);
265265
}

0 commit comments

Comments
 (0)