Parcourir la source

Merge branch 'ad-abtest-threshold-update-2022121911' into test

liqian il y a 2 ans
Parent
commit
6e7ad4cc3b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -797,7 +797,7 @@ class BaseConfig(object):
         # 票圈视频
         '194-a': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule1'},
-                  'threshold': {'group': 5 / 16, 'mean_group': 5 / 16}},
+                  'threshold': {'group': 1 / 3, 'mean_group': 1 / 3}},
         '194-b': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule2'},
                   'threshold': {'group': 5/6, 'mean_group': 5/6}},