From d9d1214f7cea7e31be616670a1db495a8f520663 Mon Sep 17 00:00:00 2001 From: weixin_46229132 Date: Sat, 22 Mar 2025 21:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GA/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GA/main.py b/GA/main.py index f1f07ad..7e2a1f3 100644 --- a/GA/main.py +++ b/GA/main.py @@ -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']