修改了优化程序。
This commit is contained in:
@@ -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("正在加载指数数据...")
|
||||
|
||||
Reference in New Issue
Block a user