修改了部分命名规则

This commit is contained in:
Yorusora
2025-05-20 15:55:23 +08:00
parent 81c360bf9f
commit 5332a2e7db
3 changed files with 15 additions and 15 deletions

View File

@ -33,7 +33,7 @@ class ConfigParams:
APPROXIMATELY_ALIGN_CONFIG_FILE_PATH: str = "./config/Config_approximately_align.yaml"
APPROXIMATELY_ALIGN_CONFIG_NEW_CONTENT: dict = {
"InputConfig": {
"OrgBCGFreq": 1000,
"orgBcgFreq": 1000,
"ThoFreq": 100,
"AbdFreq": 100
},
@ -227,7 +227,7 @@ class ConfigParams:
ARTIFACT_LABEL_CONFIG_FILE_PATH: str = "./config/Config_artifact_label.yaml"
ARTIFACT_LABEL_CONFIG_NEW_CONTENT: dict = {
"InputConfig": {
"OrgBCGFreq": 1000,
"orgBcgFreq": 1000,
"BCGFreq": 1000
},
"CustomAutoplayArgs": {
@ -248,7 +248,7 @@ class ConfigParams:
SA_LABEL_CONFIG_FILE_PATH: str = "./config/Config_SA_label.yaml"
SA_LABEL_CONFIG_NEW_CONTENT: dict = {
"InputConfig": {
"OrgBCGFreq": 1000,
"orgBcgFreq": 1000,
"ThoFreq": 100,
"AbdFreq": 100,
"FlowTFreq": 100,