lenskit.diagnostics.PipelineError ================================= .. py:exception:: lenskit.diagnostics.PipelineError Bases: :py:obj:`Exception` Pipeline configuration errors. .. note:: This exception is only to note problems with the pipeline configuration and structure (e.g. circular dependencies). Errors *running* the pipeline are raised as-is.