1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 11:00:57 +08:00

fix bug of workflow

This commit is contained in:
Young
2020-12-03 15:20:54 +00:00
committed by you-n-g
parent 5d5f8c8868
commit d2d865fb7a

View File

@@ -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