As of now, the code to parse config.yaml doesn't cleanly parse optional values, doing so in different files, and overusing .get function to check their existence in config variable
TODO
Refactor the code and add a single function in utils to provide default values for optional keywords in case user has not provided them in config.yaml
As of now, the code to parse
config.yaml
doesn't cleanly parse optional values, doing so in different files, and overusing.get
function to check their existence inconfig
variableTODO
Refactor the code and add a single function in
utils
to provide default values for optional keywords in case user has not provided them inconfig.yaml