修改摸底测试功能、修改pattern控制逻辑
This commit is contained in:
@@ -344,6 +344,8 @@ class PQConfig:
|
||||
temp_config.current_pattern = copy.deepcopy(self.default_pattern_gray)
|
||||
elif mode == "accuracy":
|
||||
temp_config.current_pattern = copy.deepcopy(self.default_pattern_accuracy)
|
||||
elif mode == "custom":
|
||||
temp_config.current_pattern = copy.deepcopy(self.default_pattern_temp)
|
||||
|
||||
# 3. 替换为转换后的参数
|
||||
temp_config.current_pattern["pattern_params"] = converted_params
|
||||
|
||||
Reference in New Issue
Block a user