1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 16:26:55 +08:00

delete comments

This commit is contained in:
Linlang
2024-07-05 11:24:35 +08:00
parent 3b6c227562
commit 6c2fa0fc71

View File

@@ -41,7 +41,6 @@ class TestDataLoader(unittest.TestCase):
for col in Alpha360DL.get_feature_config()[1]: for col in Alpha360DL.get_feature_config()[1]:
assert col in columns_list assert col in columns_list
# 断言标签也包含在数据中
assert "LABEL0" in columns_list assert "LABEL0" in columns_list
# Then you can use it wth DataHandler; # Then you can use it wth DataHandler;