From f50463aca9d637e32f83e48a1a37894e99a6ffbb Mon Sep 17 00:00:00 2001 From: bxdd <45119470+bxdd@users.noreply.github.com> Date: Sun, 31 Jan 2021 23:59:59 +0800 Subject: [PATCH] Fix bug in alpha360 --- qlib/contrib/data/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/contrib/data/handler.py b/qlib/contrib/data/handler.py index 378a7ccb4..a9d2d47ae 100644 --- a/qlib/contrib/data/handler.py +++ b/qlib/contrib/data/handler.py @@ -75,7 +75,7 @@ class Alpha360(DataHandlerLP): instruments=instruments, start_time=start_time, end_time=end_time, - freq="day", + freq=freq, data_loader=data_loader, learn_processors=learn_processors, infer_processors=infer_processors,