1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 15:26:54 +08:00

[949] - Remove argument internal in BaseRun::download_data. (#953)

* [949] - Remove argument internal in BaseRun::download_data.

* Fix black.

* Fix bug.
This commit is contained in:
Chia-hung Tai
2022-03-08 10:26:35 +08:00
committed by GitHub
parent 9e3d0249f7
commit 57f7ed9914
4 changed files with 4 additions and 9 deletions

View File

@@ -900,9 +900,7 @@ class Run(BaseRun):
# get 1m data
$ python collector.py download_data --source_dir ~/.qlib/stock_data/source --region CN --start 2020-11-01 --end 2020-11-10 --delay 0.1 --interval 1m
"""
super(Run, self).download_data(
max_collector_count, delay, start, end, self.interval, check_data_length, limit_nums
)
super(Run, self).download_data(max_collector_count, delay, start, end, check_data_length, limit_nums)
def normalize_data(
self,