fix(generateDefaultConfig.py): fixed quotes around strings and improper floating point parsing

This commit is contained in:
2025-03-26 10:56:22 -04:00
parent 8d3db04469
commit 30990ba868
2 changed files with 48 additions and 13 deletions

View File

@@ -1,11 +1,22 @@
opac:
lowTemp:
numeric:
maxIter: 10
EOS:
Helm:
LogFile: "log"
Network:
Approx8:
NonStiff:
AbsTol: 1.0e-06
RelTol: 1.0e-06
Stiff:
AbsTol: 1.0e-06
RelTol: 1.0e-06
Probe:
GLVis:
Visualization: true
Host: localhost
Port: '19916'
LogManager:
DefaultLogName: 4DSSE.log
GLVis:
Host: "localhost"
Port: 19916
Visualization: true
LogManager:
DefaultLogName: "4DSSE.log"
opac:
lowTemp:
numeric:
maxIter: 10