EstimatorReport.add_checks#
- EstimatorReport.add_checks(checks)[source]
Register additional diagnostic checks for this report.
Checks are defined by implementing the
Checkprotocol.Appends the given checks to the registry used by
diagnose(). The next call todiagnose()runs any newly added checks (along with checks that have not yet been cached). Already-run built-in checks are not re-executed.- Parameters:
- checkslist of Check
Additional checks to register