1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 22:36:55 +08:00
This commit is contained in:
wangwenxi.handsome
2021-07-13 22:01:40 +08:00
committed by you-n-g
parent 0646e53d24
commit 7b9e338a0d
3 changed files with 49 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ class Account:
"kwargs": {
"cash": init_cash,
"position_dict": position_dict,
},
},
"module_path": "qlib.backtest.position",
}
)