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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user