From 1e85c48f3383444a674062813f285659e3c8c767 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Tue, 10 Jun 2025 12:50:32 -0400 Subject: [PATCH] refactor(tests): updated test config --- tests/testsConfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testsConfig.yaml b/tests/testsConfig.yaml index 154b82a..e67ce14 100644 --- a/tests/testsConfig.yaml +++ b/tests/testsConfig.yaml @@ -12,7 +12,7 @@ Probe: Poly: Solver: Epsilon: 1.0e-8 - ViewInitialGuess: true + ViewInitialGuess: false GMRES: MaxIter: 5000 RelTol: 1.0e-8 @@ -38,4 +38,4 @@ Poly: # ANY OPTIONS NEEDED FOR THE TEST SUITE SHOULD BE PLACED HERE Tests: Poly: - Index: 1.5 \ No newline at end of file + Index: 1.0 \ No newline at end of file