重构测试执行部分+去除转发器
This commit is contained in:
@@ -6,9 +6,8 @@ Step 2 重构:从 pqAutomationApp.PQAutomationApp.plot_gamma 原样搬迁。
|
||||
import numpy as np
|
||||
|
||||
|
||||
def plot_gamma(app, L_bar, results_with_gamma_list, target_gamma, test_type):
|
||||
def plot_gamma(self, L_bar, results_with_gamma_list, target_gamma, test_type):
|
||||
"""绘制Gamma曲线 + 数据表格(包含实测亮度)"""
|
||||
self = app
|
||||
|
||||
# ========== 1. 清空并重置左侧曲线 ==========
|
||||
self.gamma_ax.clear()
|
||||
|
||||
Reference in New Issue
Block a user