check_max
Classes:
| Name | Description |
|---|---|
CheckMax |
Checks for values larger than a specified threshold. |
Classes#
CheckMax #
Bases: ThresholdChecker, ABC
Checks for values larger than a specified threshold.
The value of the threshold is specified by an attribute on each data variable, and the attribute to search for is specified as a property of this base class.
If the specified attribute does not exist on the variable being checked then no failures will be reported.
Methods:
| Name | Description |
|---|---|
run |
|