Validation Module
Validation of configuration.
validate_config(config, schema, config_type)
Validate configuration.
Parameters
config : dict Config dictionary imported by read_yaml() and parsed through clean_config(). schema : Schema A schema against which the configuration is to be compared. config_type : str Description of of configuration being validated.
Source code in topostats/validation.py
handler: python options: docstring_style: numpy rendering: show_signature_annotations: true