-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove config.yaml #109
Comments
@SarahAlidoost @vmgaribay @vanlankveldthijs During our meeting we discussed removing the config.yaml file, because the default values (which are what is generally being used) are implemented in config.py. However, we have retained the ability to initialize from a yaml file. This makes sense, certainly in the case of running different scenarios/models. Maybe we should rename config.yaml to config_template.yaml and highlight this in documentation |
This makes sense. However, while implementing the recent save state functionality, I didn't really like having all the default config parameters duplicated in config.py and config.yaml. If we want to keep a config template file, we may want to make it a deliberately slimmed down set of parameters. |
To avoid maintaining two separate sets of configurations (config.py and config.yaml), we could allow users to generate the config template file as needed. For example, |
No description provided.
The text was updated successfully, but these errors were encountered: