dctools.processing.runner.run_from_config

dctools.processing.runner.run_from_config(config_path, evaluation_cls=None, cli_args=None)

Run an evaluation from a resolved config path.

Parameters:
  • config_path (Path) – Path to a YAML file similar to dc2.yaml.

  • evaluation_cls (Type[object] | None) – Evaluation class to instantiate. Defaults to DC2Evaluation.

  • cli_args (Any)

Return type:

int