feat(defaultConfig): added default config generation script
While writing 4DSSE we want a way to keep track of what defaults have been set for config files, and validate that we are using the same config variables where we want to. This python script generates a "default" yaml file based on the default values given in .get<T>
This commit is contained in:
11
utils/defaultConfig/defaults.yaml
Normal file
11
utils/defaultConfig/defaults.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
opac:
|
||||
lowTemp:
|
||||
numeric:
|
||||
maxIter: 10
|
||||
Probe:
|
||||
GLVis:
|
||||
Visualization: true
|
||||
Host: localhost
|
||||
Port: '19916'
|
||||
LogManager:
|
||||
DefaultLogName: 4DSSE.log
|
||||
Reference in New Issue
Block a user