cf.Query.rtol¶
-
Query.
rtol
¶ The tolerance on relative numerical differences.
Returns the tolerance on relative numerical differences that is used when evaluating numerically tolerant conditions (i.e. those defined by the
'isclose'
operator). IfNone
then the value returned bycf.rtol
is used instead.For compound queries
rtol
is alwaysNone
, even if some of the constituent conditions have a different value.New in version 3.15.2.
See also