1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 13:00:58 +08:00

make the logic of online manager cleaner

This commit is contained in:
Young
2021-10-31 08:25:41 +00:00
parent 82f8ff9066
commit 426b98a3bc
3 changed files with 80 additions and 15 deletions

View File

@@ -546,7 +546,7 @@ class TSDatasetH(DatasetH):
dtype = kwargs.pop("dtype", None)
start, end = slc.start, slc.stop
flt_col = kwargs.pop("flt_col", None)
# TSDatasetH will retrieve more data for complete
# TSDatasetH will retrieve more data for complete time-series
data = self._prepare_raw_seg(slc, **kwargs)
flt_kwargs = deepcopy(kwargs)