From d2d865fb7a318b99321ec9867773c720b26aacf8 Mon Sep 17 00:00:00 2001 From: Young Date: Thu, 3 Dec 2020 15:20:54 +0000 Subject: [PATCH] fix bug of workflow --- tests/test_all_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_all_pipeline.py b/tests/test_all_pipeline.py index 93c1a5fee..f6e77cba4 100644 --- a/tests/test_all_pipeline.py +++ b/tests/test_all_pipeline.py @@ -22,7 +22,7 @@ from qlib.contrib.evaluate import ( from qlib.utils import exists_qlib_data, init_instance_by_config, flatten_dict from qlib.workflow import R from qlib.workflow.record_temp import SignalRecord, SigAnaRecord, PortAnaRecord -from qlib.tests.get_data import GetData +from qlib.tests.data import GetData from qlib.tests import TestAutoData