|
@@ -90,7 +90,7 @@ def get_threshold_record_new_by_uv(ad_abtest_abcode_config, feature_df, threshol
|
|
continue
|
|
continue
|
|
# 计算uv差值
|
|
# 计算uv差值
|
|
uv_differ = current_uv - target_uv
|
|
uv_differ = current_uv - target_uv
|
|
- if abs(uv_differ) < not_update:
|
|
|
|
|
|
+ if abs(uv_differ) <= not_update:
|
|
continue
|
|
continue
|
|
# 获取当前阈值参数
|
|
# 获取当前阈值参数
|
|
threshold_param_old = threshold_record_old[ab_test_group].get('group')
|
|
threshold_param_old = threshold_record_old[ab_test_group].get('group')
|