MockAlgorithmError#

exception lsst.pipe.base.tests.mocks.MockAlgorithmError(*args: Any, **kwargs: Any)#

Bases: AlgorithmError

A subclass of AlgorithmError chained to AnnotatedPartialOutputsError when the latter is configured to be raised by MockPipelineTask.

property metadata: dict[str, int]#

Metadata from the raising Task with more information about the failure. The contents of the dict are Task-dependent, and must have str keys and str, int, float, bool, or nested-dictionary (with the same key and value types) values.