mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-03 19:10:58 +08:00
fix static dataloader
This commit is contained in:
@@ -191,3 +191,4 @@ class StaticDataLoader(DataLoader):
|
||||
fields_group: load_dataset(path_or_obj)
|
||||
for fields_group, path_or_obj in self.config.items()
|
||||
}, axis=1, join=self.join)
|
||||
self._data.sort_index(inplace=True)
|
||||
|
||||
Reference in New Issue
Block a user