From 8f8240580da4862f6e8891207246b26ccfefb71b Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 19 Mar 2025 10:09:52 -0400 Subject: [PATCH] refactor(testConfig): updated test config --- tests/testsConfig.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/testsConfig.yaml b/tests/testsConfig.yaml index 6079f90..7ebe140 100644 --- a/tests/testsConfig.yaml +++ b/tests/testsConfig.yaml @@ -3,15 +3,15 @@ Debug: true Probe: GLVis: Visualization: true - # Host: "10.8.0.13" - Host: "localhost" + Host: "10.8.0.14" + # Host: "localhost" Port: 19916 DefaultKeyset: "iimmMMc" GetRaySolution: MakeDir: true Poly: Solver: - ViewInitialGuess: false + ViewInitialGuess: true GMRES: MaxIter: 5000 RelTol: 1.0e-8 @@ -35,5 +35,4 @@ Poly: # ANY OPTIONS NEEDED FOR THE TEST SUITE SHOULD BE PLACED HERE Tests: Poly: - Index: 1.1 - # Radius: 3.25 \ No newline at end of file + Index: 1 \ No newline at end of file