对齐 GUI 面板 ID 与 pipeline 方法路由
This commit is contained in:
@ -345,5 +345,5 @@ class Step8MlTrainPanel(QWidget):
|
||||
|
||||
main_window = self.window()
|
||||
if hasattr(main_window, 'run_single_step'):
|
||||
pipeline_config = {'step8': config}
|
||||
main_window.run_single_step('step8', pipeline_config)
|
||||
pipeline_config = {'step8_ml_train': config}
|
||||
main_window.run_single_step('step8_ml_train', pipeline_config)
|
||||
Reference in New Issue
Block a user