Browse Source

Merge branch 'ad-threshold-update-20221114' into test

liqian 2 years ago
parent
commit
a0a0e8dc7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -654,7 +654,7 @@ class BaseConfig(object):
     AD_ABTEST_CONFIG = {
         # 票圈vlog
         '173-a': {'data': {'video': 'data1', 'user': 'data1'},
-                  'threshold': {'group': 25 / 48, 'mean_group': 25 / 48}},
+                  'threshold': {'group': 49 / 96, 'mean_group': 49 / 96}},
         # 票圈视频+
         '190-a': {'data': {'video': 'data1', 'user': 'data1'},
                   'threshold': {'group': 25 / 48, 'mean_group': 25 / 48}},