config

class dtpr.utils.config.Config(config_path)[source]

Configuration class to handle loading and setting up configurations from a YAML file.

change_config_file(config_path='./run_config.yaml')[source]

Changes the configuration file to a new path.

Parameters:

config_path (str) – The relative path to the new config file. Default is “./run_config.yaml”.