Commit Graph

5 Commits

Author SHA1 Message Date
14bc8a49b3 Merge branch 'main' into feature/pointwisePolytrope 2025-03-26 11:38:07 -04:00
30990ba868 fix(generateDefaultConfig.py): fixed quotes around strings and improper floating point parsing 2025-03-26 10:56:22 -04:00
11d41786e0 docs(defaults.yaml): updated default / example config file 2025-03-03 09:56:33 -05:00
aed8deea81 fix(utils/defaultConfig): defaultConfig generator ignores comments now 2025-02-26 12:30:50 -05:00
109326f339 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>
2025-02-23 11:29:16 -05:00