1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 04:50:56 +08:00

fix pytest error

This commit is contained in:
Linlang
2024-07-05 10:36:01 +08:00
parent d2c68e0cc0
commit 3b6c227562

View File

@@ -14,7 +14,7 @@ from qlib.contrib.data.loader import Alpha158DL, Alpha360DL
class TestDataLoader(unittest.TestCase):
def test_nested_data_loader(self):
qlib.init(provider_uri="C:/Users/v-lvlinlang/.qlib/qlib_data/cn_data_simple")
qlib.init()
nd = NestedDataLoader(
dataloader_l=[
{