mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
Update test_qlib_from_source_slow.yml's timeout setting. (#1178)
* Update test_qlib_from_source_slow.yml * Update test_qlib_from_source.yml * Update test_pit.py * Update test_pit.py * Update test_pit.py * Update test_pit.py
This commit is contained in:
@@ -39,8 +39,10 @@ class TestPIT(unittest.TestCase):
|
||||
cn_data_dir = str(QLIB_DIR.joinpath("cn_data").resolve())
|
||||
pit_dir = str(SOURCE_DIR.joinpath("pit").resolve())
|
||||
pit_normalized_dir = str(SOURCE_DIR.joinpath("pit_normalized").resolve())
|
||||
GetData().qlib_data(name="qlib_data_simple", target_dir=cn_data_dir, region="cn")
|
||||
GetData().qlib_data(name="qlib_data", target_dir=pit_dir, region="pit")
|
||||
GetData().qlib_data(
|
||||
name="qlib_data_simple", target_dir=cn_data_dir, region="cn", delete_old=False, exists_skip=True
|
||||
)
|
||||
GetData().qlib_data(name="qlib_data", target_dir=pit_dir, region="pit", delete_old=False, exists_skip=True)
|
||||
|
||||
# NOTE: This code does the same thing as line 43, but since baostock is not stable in downloading data, we have chosen to download offline data.
|
||||
# bs.login()
|
||||
|
||||
Reference in New Issue
Block a user