重构测试执行部分+去除转发器
This commit is contained in:
@@ -6,9 +6,8 @@ Step 2 重构:从 pqAutomationApp.PQAutomationApp.plot_cct 原样搬迁。
|
||||
import numpy as np
|
||||
|
||||
|
||||
def plot_cct(app, test_type):
|
||||
def plot_cct(self, test_type):
|
||||
"""绘制 x 和 y 坐标分离图 - 每个点标注纵坐标值"""
|
||||
self = app
|
||||
|
||||
self.cct_fig.clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user