Home
last modified time | relevance | path

Searched refs:_ISCLOSE_ATOL (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CameraITS/tests/scene1_1/
Dtest_capture_result.py33 _ISCLOSE_ATOL = 0.05 # not for absolute ==, but if something grossly wrong variable
50 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):