1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 11:30:57 +08:00

fix_download_data_for_CI

This commit is contained in:
Linlang Lv (iSoftStone)
2022-03-24 22:07:30 +08:00
committed by you-n-g
parent 30e457119c
commit 5200ff520a
6 changed files with 5 additions and 14 deletions

View File

@@ -77,7 +77,6 @@ class RecordUpdater(metaclass=ABCMeta):
"""
Update info for specific recorder
"""
...
class DSBasedUpdater(RecordUpdater, metaclass=ABCMeta):
@@ -248,7 +247,6 @@ class DSBasedUpdater(RecordUpdater, metaclass=ABCMeta):
- `update_date` only include some data specific feature
- `update` include some general routine steps(e.g. prepare dataset, checking)
"""
...
def _replace_range(data, new_data):