CheckResult#
- class causalpy.checks.base.CheckResult[source]#
Result of a single sensitivity / diagnostic check.
- passed#
Trueif the check passed,Falseif it failed, orNoneif the check is purely informational (no pass/fail criterion).- Type:
bool or None
- table#
Optional diagnostic statistics table.
- Type:
pd.DataFrame or None
Methods
CheckResult.__init__(check_name[, passed, ...])Attributes
- __init__(check_name, passed=None, table=None, text='', figures=<factory>, metadata=<factory>)#
- classmethod __new__(*args, **kwargs)#