mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
delete comments
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user