parallel测试

This commit is contained in:
liaozhaorun
2025-05-26 21:34:36 +08:00
parent a4b05bb62f
commit bf86fd9415
28 changed files with 15054 additions and 7886 deletions

View File

@@ -75,7 +75,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "1b5a82fbf4e380de",
"metadata": {
"ExecuteTime": {
@@ -88,7 +88,7 @@
"import pandas as pd\n",
"import time\n",
"\n",
"h5_filename = '../../../data/sw_daily.h5'\n",
"h5_filename = '../../../data/cyq_perf.h5'\n",
"\n",
"trade_cal = pro.trade_cal(exchange='', start_date='20170101', end_date='20250420')\n",
"trade_cal = trade_cal[trade_cal['is_open'] == 1] # 只保留交易日\n",