Skip to content

threshold_checker

Classes:

Name Description
ThresholdChecker

Base class for checks that use a variable attribute to specify a threshold.

Classes#

ThresholdChecker #

Bases: QualityChecker, ABC

Base class for checks that use a variable attribute to specify a threshold.

Attributes:

Name Type Description
allow_equal bool

True if values equal to the threshold should pass, False otherwise.

attribute_name str

The attribute on the data variable that should be used to get the threshold.

Attributes#

allow_equal class-attribute instance-attribute #
allow_equal: bool = True

True if values equal to the threshold should pass, False otherwise.

attribute_name instance-attribute #
attribute_name: str

The attribute on the data variable that should be used to get the threshold.