修改了优化程序。

This commit is contained in:
2025-02-13 07:33:16 +08:00
parent 7c4d1eea54
commit 0f65d8a33f

View File

@@ -284,8 +284,8 @@ def analyze_results(results_df):
# ========== 主程序 ==========
if __name__ == "__main__":
# 配置路径
STOCK_DIR = '/day/'
INDEX_PATH = '/index/000001.SH.txt'
STOCK_DIR = 'day/'
INDEX_PATH = 'index/000001.SH.txt'
# 加载指数数据
logging.info("正在加载指数数据...")