From 03a7083caf1c819d2972492c88866a8c9e76fddd Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 11 May 2025 14:42:04 -0400 Subject: [PATCH] refactor(testConfig): updated test config --- tests/testsConfig.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/testsConfig.yaml b/tests/testsConfig.yaml index 83cbc2a..4b5cd30 100644 --- a/tests/testsConfig.yaml +++ b/tests/testsConfig.yaml @@ -11,7 +11,8 @@ Probe: MakeDir: true Poly: Solver: - ViewInitialGuess: true + Epsilon: 1.0e-8 + ViewInitialGuess: false GMRES: MaxIter: 5000 RelTol: 1.0e-8