1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00
This commit is contained in:
Young
2024-07-04 10:17:52 +00:00
parent 13768d1dac
commit ce596f9dfa
2 changed files with 29 additions and 0 deletions

View File

@@ -26,10 +26,13 @@ class TestDataLoader(unittest.TestCase):
}
]
)
# Of course you can use StaticDataLoader
nd.load
...
# Then you can use it wth DataHandler;
if __name__ == "__main__":
unittest.main()