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:
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user