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:
committed by
you-n-g
parent
30e457119c
commit
5200ff520a
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user