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