input_output_functions.check_input_parameters#
- input_output_functions.check_input_parameters(ALGORITHM_PARAMETERS: dict[str, Any])#
Checks the algorithm parameters for invalid input parameters.
- Parameters:
ALGORITHM_PARAMETERS (dict[str, Any]) – The algorithm parameters.
- Raises:
KeyError – If the parameter used in a check is not present in the
ALGORITHM_PARAMETERS
dictionary.Exception – If invalid input parameters are detected.