Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene0/
Dtest_gyro_bias.py37 VAR_THRESH = 0.001
74 assert(numpy.var(samples) < VAR_THRESH)
/cts/apps/CameraITS/tests/scene1/
Dtest_raw_sensitivity.py27 VAR_THRESH = 1.01 # each shot must be 1% noisier than previous variable
96 assert variances[i] < variances[i+1] / VAR_THRESH
Dtest_raw_burst_sensitivity.py27 VAR_THRESH = 1.01 # each shot must be 1% noisier than previous variable
108 assert variances[i] < variances[i+1] / VAR_THRESH