refactor(gui): 重命名面板序号 step4-11,采样点布设移至 step4,ML 建模移至 step9
This commit is contained in:
@ -20,13 +20,16 @@ from typing import Any, Dict, List, Optional, Set
|
||||
# ============================================================
|
||||
|
||||
STEP_MAP_OLD_TO_NEW: Dict[str, str] = {
|
||||
"step5_5": "step8",
|
||||
"step5_5": "step7",
|
||||
"step6_5": "step8_non_empirical_modeling",
|
||||
"step6_75": "step9",
|
||||
"step8_5": "step11",
|
||||
"step8_75": "step12",
|
||||
"step7": "step10",
|
||||
"step7": "step8",
|
||||
"step8": "step7",
|
||||
"step9": "step14",
|
||||
"step10": "step4",
|
||||
"step11_ml": "step10",
|
||||
"step11": "step11",
|
||||
}
|
||||
|
||||
STEP_MAP_NEW_TO_OLD: Dict[str, str] = {v: k for k, v in STEP_MAP_OLD_TO_NEW.items()}
|
||||
|
||||
Reference in New Issue
Block a user