Closed samvanderzwan closed 1 month ago
Instead of hard coded values in app.py, we should use a config file. Discussed on 18-04-2024 We decided to use toml since then we can add comment in. Look to pydantic for loading and saving. @lfse-slafleur will check for the libaries to use.
An option that I have good experience with is: https://github.com/ProtixIT/dataclass-binder @MichielTukker @samvanderzwan
Config parameters are passed via SimulationConfiguration object
Instead of hard coded values in app.py, we should use a config file. Discussed on 18-04-2024 We decided to use toml since then we can add comment in. Look to pydantic for loading and saving. @lfse-slafleur will check for the libaries to use.