1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 23:36:54 +08:00

add ops_warning_log to config (#685)

This commit is contained in:
Pengrong Zhu
2021-11-12 22:23:29 +08:00
committed by GitHub
parent f2771f1beb
commit b223c4304d
4 changed files with 10 additions and 3 deletions

View File

@@ -176,6 +176,8 @@ _default_config = {
# if min_data_shift == 0, use default market time [9:30, 11:29, 1:00, 2:59]
# if min_data_shift != 0, use shifted market time [9:30, 11:29, 1:00, 2:59] - shift*minute
"min_data_shift": 0,
# whether to display the ops warning log, default False
"ops_warning_log": False,
}
MODE_CONF = {