1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 18:11:18 +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]:
assert col in columns_list
# 断言标签也包含在数据中
assert "LABEL0" in columns_list
# Then you can use it wth DataHandler;