Fix step4_panel variable name inconsistency causing AttributeError

This commit is contained in:
DXC
2026-06-11 15:14:26 +08:00
parent 5d75d3371b
commit 1ad4c54b80
6 changed files with 572 additions and 646 deletions

View File

@ -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),