Fix step4_panel variable name inconsistency causing AttributeError
This commit is contained in:
@ -60,10 +60,8 @@ class PreflightDialog(QDialog):
|
||||
"step4": ("数据清洗", 3),
|
||||
"step5": ("特征构建", 4),
|
||||
"step7": ("水质指数", 5),
|
||||
"step8": ("监督建模", 6),
|
||||
"step8_non_empirical_modeling": ("回归建模", 7),
|
||||
"step9": ("水色指数反演", 8),
|
||||
"step9_concentration": ("浓度反演", 9),
|
||||
"step10": ("采样点布设", 10),
|
||||
"step11_ml": ("监督预测", 11),
|
||||
"step11": ("回归预测", 12),
|
||||
|
||||
Reference in New Issue
Block a user