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

modify the default value of exists_skip in the GetData.qlib_data parameter to False

This commit is contained in:
zhupr
2021-05-28 14:57:06 +08:00
parent 98eacf8f88
commit ef11a9d95c
10 changed files with 17 additions and 10 deletions

View File

@@ -19,5 +19,6 @@ class TestAutoData(unittest.TestCase):
interval="1d",
target_dir=cls.provider_uri,
delete_old=False,
exists_skip=True,
)
init(provider_uri=cls.provider_uri, region=REG_CN, **cls._setup_kwargs)