AlgorithmError

exception lsst.pipe.base.AlgorithmError

Exception that may be raised by PipelineTasks (and code they delegate to) in order to indicate a repeatable algorithmic failure that will not be addressed by retries.

Subclass this exception to define the metadata associated with the error (for example: number of data points in a fit vs. degrees of freedom).