Searched refs:_ISCLOSE_ATOL (Results 1 – 1 of 1) sorted by relevance
33 _ISCLOSE_ATOL = 0.05 # not for absolute ==, but if something grossly wrong variable50 abs_tol=_ISCLOSE_ATOL)130 if np.allclose(awb_gains, _MANUAL_AWB_GAINS, atol=_ISCLOSE_ATOL):199 abs_tol=_ISCLOSE_ATOL)202 abs_tol=_ISCLOSE_ATOL)205 abs_tol=_ISCLOSE_ATOL)224 if not all([math.isclose(c[i], c[i+1], abs_tol=_ISCLOSE_ATOL)230 if not math.isclose(exp_time, exp_min, abs_tol=_ISCLOSE_ATOL/1E-06):