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

update workflow

This commit is contained in:
bxdd
2021-03-25 19:56:04 +08:00
parent 4ec300787e
commit efe134e9f4
3 changed files with 5 additions and 9 deletions

View File

@@ -258,9 +258,7 @@ class DataLoaderDH(DataLoader):
self.handlers = init_instance_by_config(handler_config, accept_types=DataHandler)
self.is_group = is_group
self.fetch_kwargs = {
"col_set":DataHandler.CS_RAW
}
self.fetch_kwargs = {"col_set": DataHandler.CS_RAW}
self.fetch_kwargs = {**self.fetch_kwargs, **fetch_kwargs}
def load(self, instruments=None, start_time=None, end_time=None) -> pd.DataFrame: