deephyper.evaluator.parse_subprocess_result#

deephyper.evaluator.parse_subprocess_result(result)[source]#

Utility to parse a result from a subprocess of the format “DH-OUTPUT:…”.

Parameters:

result – object returned by a subpross with stdout and stderr attributes.

Returns:

The parsed value or raise an exception if an error happened.