Skip to content

Commit 71b74bf

Browse files
committed
increase tolerance for the PipeCg::ApplyIsEquivalentToRef test
1 parent 591cd13 commit 71b74bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/solver/pipe_cg_kernels.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The Ginkgo authors
1+
// SPDX-FileCopyrightText: 2025 - 2026 The Ginkgo authors
22
//
33
// SPDX-License-Identifier: BSD-3-Clause
44

@@ -246,5 +246,5 @@ TEST_F(PipeCg, ApplyIsEquivalentToRef)
246246
solver->apply(b, x);
247247
d_solver->apply(d_b, d_x);
248248

249-
GKO_ASSERT_MTX_NEAR(d_x, x, ::r<value_type>::value * 5 * 1e4);
249+
GKO_ASSERT_MTX_NEAR(d_x, x, ::r<value_type>::value * 6 * 1e4);
250250
}

0 commit comments

Comments
 (0)