candle.parsing_utils.check_file_parameters_exists

candle.parsing_utils.check_file_parameters_exists#

candle.parsing_utils.check_file_parameters_exists(params_parser, params_benchmark, params_file)#

Functionality to verify that the parameters defined in the configuration file are recognizable by the command line parser (i.e. no uknown keywords are used in the configuration file).

Parameters:
  • params_parser (python dictionary) – Includes parameters set via the command line.

  • params_benchmark (python list) – Includes additional parameters defined in the benchmark.

  • params_file (python dictionary) –

    Includes parameters read from the configuration file.

    Global: PARAMETERS_CANDLE : python list

    Includes all the core keywords that are specified in CANDLE.