baichongyang hace 1 año
padre
commit
a790ef321c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      flowpool_abtest_config_update.py

+ 2 - 2
flowpool_abtest_config_update.py

@@ -13,8 +13,8 @@ log_ = Log()
 
 flow_pool_abtest_config = {
     'control_group': [],
-    'experimental_flow_set_level': [12, 13, 14, 15, 16],
-    'experimental_flow_set_level_score':[7, 8, 9, 10, 11]
+    'experimental_flow_set_level': [8, 9, 10, 11, 12, 13, 14, 15, 16],
+    'experimental_flow_set_level_score':[7]
 }
 log_.info(f"flow_pool_abtest_config: {flow_pool_abtest_config}")
 redis_helper = RedisHelper()