mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 09:24:34 +08:00
fix pytest error
This commit is contained in:
@@ -14,7 +14,7 @@ from qlib.contrib.data.loader import Alpha158DL, Alpha360DL
|
|||||||
class TestDataLoader(unittest.TestCase):
|
class TestDataLoader(unittest.TestCase):
|
||||||
|
|
||||||
def test_nested_data_loader(self):
|
def test_nested_data_loader(self):
|
||||||
qlib.init(provider_uri="C:/Users/v-lvlinlang/.qlib/qlib_data/cn_data_simple")
|
qlib.init()
|
||||||
nd = NestedDataLoader(
|
nd = NestedDataLoader(
|
||||||
dataloader_l=[
|
dataloader_l=[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user