get_result_path

Project.get_result_path(result_name: str, *, latest: bool = False) Path[source]

Get the path to a result with name name.

Parameters:
  • result_name (str) – The name of the result.

  • latest (bool) – Flag to deactivate warning about using latest result. Defaults to False

Returns:

The path to the result.

Return type:

Path

Raises:

ValueError – Raised if result does not exist.