From b1329bae66443e9d4019efa772d2625819c6ed32 Mon Sep 17 00:00:00 2001 From: liurui Date: Wed, 4 Dec 2024 10:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=B2=B9=E9=85=8D=E7=BD=AE=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_jingbo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_jingbo.py b/config_jingbo.py index ba24fac..c194ec0 100644 --- a/config_jingbo.py +++ b/config_jingbo.py @@ -262,8 +262,8 @@ sqlitedb.connect() settings = f'{input_size}-{horizon}-{train_steps}--{k}-{data_set}-{y}' # 获取日期时间 -now = datetime.datetime.now().strftime('%Y%m%d%H%M%S') # 获取当前日期时间 -# now = datetime.datetime.now().strftime('%Y-%m-%d') # 获取当前日期时间 +# now = datetime.datetime.now().strftime('%Y%m%d%H%M%S') # 获取当前日期时间 +now = datetime.datetime.now().strftime('%Y-%m-%d') # 获取当前日期时间 reportname = f'Brent原油大模型预测--{now}.pdf' # 报告文件名 reportname = reportname.replace(':', '-') # 替换冒号