1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 22:36:55 +08:00

bug & docs fixed

This commit is contained in:
lzh222333
2021-06-23 08:46:21 +00:00
committed by you-n-g
parent a7862387a2
commit d96f7a67c6
5 changed files with 22 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ def get_module_logger(module_name, level: Optional[int] = None) -> logging.Logge
class TimeInspector:
timer_logger = get_module_logger("timer", level=logging.WARNING)
timer_logger = get_module_logger("timer", level=logging.INFO)
time_marks = []