Searched refs:PRV_Z_RTOL (Results 1 – 1 of 1) sorted by relevance
48 PRV_Z_RTOL = 0.02 # 2% variation of zoom ratio between request and result variable468 if (math.isclose(results_z_max, z_max, rel_tol=PRV_Z_RTOL) or469 math.isclose(results_z_max, z_max - z_step_size, rel_tol=PRV_Z_RTOL)):482 if math.isclose(results_z_min, z_min, rel_tol=PRV_Z_RTOL):