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 atol=ISCLOSE_ATOL)
123 assert not np.allclose(awb_gains, MANUAL_AWB_GAINS, atol=ISCLOSE_ATOL)
184 atol=ISCLOSE_ATOL) for i in range(AWB_GAINS_NUM)]) or
186 atol=ISCLOSE_ATOL) for i in range(AWB_GAINS_NUM)]) or
188 atol=ISCLOSE_ATOL) for i in range(AWB_GAINS_NUM)]))
199 assert all([np.isclose(c[i], c[i+1], atol=ISCLOSE_ATOL)
204 assert np.isclose(exp_time*1.0E-6, exp_min*1.0E-6, atol=ISCLOSE_ATOL)