autointent.advisor.Severity#
- class autointent.advisor.Severity#
-
How much headroom a finding leaves against the detected budget.
AMPLE— comfortably within budget; informational only.TIGHT— expected to fit, but with little margin; the estimate is heuristic, so treat this as “may not fit”.OVER— the budget is expected to be exceeded.
A single
OVERfinding makes the whole report infeasible (PreflightReport.is_feasibleisFalse) and is whatPipeline.fit(preflight="strict")raises on.- AMPLE = 'ample'#
- TIGHT = 'tight'#
- OVER = 'over'#