This commit is contained in:
weixin_46229132 2025-03-22 21:44:06 +08:00
parent 8e8d9a25df
commit d9d1214f7c

View File

@ -15,7 +15,7 @@ best_row_boundaries = None
best_col_boundaries = None
params_file = 'params3'
with open(params_file + 'yml', 'r', encoding='utf-8') as file:
with open(params_file + '.yml', 'r', encoding='utf-8') as file:
params = yaml.safe_load(file)
H = params['H']