Skip to content

semipy.tools.get_config

Warning

This section is in construction.

    semipy.tools.get_config(config: Union[str, dict] = None) -> Dict

A function to get parameters from a yaml file. If no file is given, a default config file will be used. Returns a dictionary of parameters.

Parameters

  • config_path (str or dict) - Path to a config file in the yaml format or dictionary of parameters. Default: None