소스 검색

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

liqian 2 년 전
부모
커밋
73a47e2290
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -780,7 +780,7 @@ class BaseConfig(object):
                   'threshold': {'group': 13 / 24, 'mean_group': 13 / 24}},
         '173-b': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule2'},
-                  'threshold': {'group': 1 / 2, 'mean_group': 1 / 2}},
+                  'threshold': {'group': 11 / 24, 'mean_group': 11 / 24}},
         '173-c': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule3'},
                   'threshold': {'group': 11 / 24, 'mean_group': 11 / 24}},