check_min
Classes:
| Name | Description |
|---|---|
CheckMin |
Checks for values less than a specified threshold. |
Classes#
CheckMin #
Bases: ThresholdChecker, ABC
Checks for values less 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 |
|