MetricComputationError¶
- 
exception lsst.verify.MetricComputationError¶
- Bases: - RuntimeError- This class represents unresolvable errors in computing a metric. - compatibility.MetricTaskraises- MetricComputationErrorinstead of other data- or processing-related exceptions to let code that calls a mix of data processing and metric tasks distinguish between the two. Therefore, most- MetricComputationErrorinstances should be chained to another exception representing the underlying problem.