重构测试执行部分+去除转发器
This commit is contained in:
@@ -10,11 +10,10 @@ import algorithm.pq_algorithm as pq_algorithm
|
||||
from app.resources import get_resource_path
|
||||
|
||||
|
||||
def plot_gamut(app, results, coverage, test_type):
|
||||
def plot_gamut(self, results, coverage, test_type):
|
||||
"""绘制色域图 - 根据用户选择的参考标准动态计算覆盖率"""
|
||||
# 实现从原 PQAutomationApp 方法体原样搬迁,为减少修改面
|
||||
# 范围、保持行为一致,给 self 赋值为传入的 app 实例。
|
||||
self = app
|
||||
|
||||
self.gamut_ax_xy.clear()
|
||||
self.gamut_ax_uv.clear()
|
||||
|
||||
Reference in New Issue
Block a user